REFramework Read Config File

Hi All,

I’m developing inside REFramework, REFramework is reading Local Config file.
Inside the coding I put a copyfile activity to copy config file from share folder to local path before reframework acatually read the config file.
So user could modify the config file at share folder, but after I pushlish a package and put it to Orchestrator (the robot would be unattended robot), the framework is still reading the Config file included in the package.
Nothing happens after I modify the Config file at Share Folder. How can i resolve this? plz help!

Thanks & Regards,

Hi @caoshixiao

Please confirm your config file path in InitAllApplication.xaml
If it is not correct, change it to path that you want and publish your project again

I hope it will be useful to you