I have built a process that has a lot of server entries in it. the server name has changed and I would like to run a find and replace. instead of going to each step that has a server entry and manually replacing it.
1 Like
Can this be done in studio?
if you were to open the .xaml file with something like notepadd++ you could likely do the find and replace that way; however I doubt this is recommend. I also know of no way to do this in UiPath Studio.
I would highly recommend using config files for static values for this very reason. If you’re going to have the change all the server names anyway now would be a great time to create a config file for future use.