Define upstream the destination of the configuration file on ReFramework

Hello,

What I have :
I need to modify the code to determine the destination of configuration file in InitAllSettings configuration of ReFramework.

What I want :
I don’t want to modify the config_file in the code but, I want a variable that I can define in configuration file.

Advance thanks,

create on Main.xaml a variable with the appropriate variable scope and use it for the invoke workflows

Hello,

Thanks for your anwser.
I don’t want to modify the code to define the destination of configuration file on ReFramework.
Are they an another method ?

Advance thanks,

better you reformulate your question with other words to get it more clear

Okay no problem.

Actually, I need to modify the code in initAllSettings, to put “C:/data/config.xlsx”
image

But the problem is, my path of configuration file can change every months.
So I don’t want to update my uipath code every month, I would like to have a configuration for the path of config.xlsx toc hange the path in excel file.

Is is possible ?

so you can check for following options:

  • using an asset for this
  • using an in_argument to the REF Main and set this info like a start parameter for the Job