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,
ppr
(Peter Preuss)
May 11, 2022, 9:37am
2
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,
ppr
(Peter Preuss)
May 11, 2022, 10:13am
4
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”
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 ?
ppr
(Peter Preuss)
May 11, 2022, 10:35am
6
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