Tool to edit URL in projects
It would be nice if there was a tool to update the URL in projects. This would allow us to build and test a project in a development system and move to production with ease. This would also help when my program has upgrades with new hardware the URL changes so instead of having to re-write my projects a tool could be used to update scripts. We are just now building RPA scripts but anticipate having at least 20 in the near future.

You could create an input variable for 'baseURL' and then build up strings inside the botflow to use the base URL + specific paths/pages which often don't change between environments. Or we could build something that allows you to store objects outside of the botflows, kind of like the credentials idea.
-
Thank you for submitting this enhancement idea. I have opened this up for voting.
-
Kyle Seitz commented
You should be able to do this, it sounds like your action(s) are targeting a web application, or Internet Explorer? If you edit your action, and navigate to "Rules", there should be a URL option. You can set this to either 'Ignore', or, as a 'Best Match'. This will likely solve the problem you're having