How to change used offline.db directory?

I’m working with OpenRPA in offline mode, so that all projects and workflows are stored locally in offline.db file. I’m switching from using OneDrive to other online storage solutions, so i have to migrate all my data to different synchronization folder on the PC. That also include the OpenRPA folder.
How can i change the directory with offline.db in the tool’s settings from c:\Users\name\OneDrive - Company\Documents\OpenRPA\ to c:\Users\name\nextcloud\Documents\OpenRPA\ ?

That it not possible.
OpenRPA is hardcoded to by default to use

  • %userprofile%\Documents\OpenRPA
  • unless a config file is found inside %userprofile%\appdata\roaming\OpenRPA then it will use that instead.

OK. Understood.
Maybe this logic can be changed in the one of the future releases, if it wouldn’t be too difficult to implement.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.