After I update my configs data ( in config.xslx ) my Robot keep using the old configs

Hello Devos,

My issue is as following:

  • In nomale case, when I have a process that already deployed, when I change something in config file ( config.xlsx ), Robot automaticly works with the new configs, But in my case when I change something in config file ( config.xlsx ), Robot keeps using the old configs until I go to Studio and publish the robot again after making changes in config file, and this is absolutely wrong !!!
  • I am working with version 2021.10.5

Thanks in advance.

is your config file in the UiPath project folder?

Hi @Dev_Devo ,

Is the Config file in the Project Folder ? Or is it a Folder Outside the Project Folder and the Path is Configurable as required ?

@Dev_Devo

May I know where you are trying to update the config file ?

You should be update the details in the below path of the respective project.

C:\Users%Username%.nuget\packages%ProjectName%%versionnumber%\lib\net45

In the default path

In the default path.

Yes, In the default path.

if its in the project folder e.g. in Data\Config, note that after you publish it, it will read config from this path
C:\Users\<username>\.nuget\packages\<ProcessName>\<projectVersion>\lib\net45\Data\Config.xlsx

It is in the default path.

That means If i change the config file path, the issue will be fixed, right?

yes, if you want you can change to path outside the project folder e.g. in c: . But make sure its an absolute path
e.g. C:\Data\Config.xlsx

and not a relative path like data\Config.xlsx or else robot will look in the .nuget folder again

1 Like

@Dev_Devo

Yes it will be fixed.

1 Like

Hi,

Since the machine you used to develop the process and after development the machine Robot is using to execute the job are different.

When you publish packages onto cloud (orchestrator), whatever the files available in your project folder will get updated. So it is better to update config sheet and upload the process.

1 Like

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