Modifications in Config.xlsx file after publishing the Bot

Hi,

Simple solution to utilizing a settings file without the need to republish the project each time, would be to use the full filepath of the config file, and probably store the file in a location that can easily be accessible.

If you don’t use the full filepath then it uses the relative location which will be located on the Orchestrator machine inside the installation folder. This will make it very difficult, especially if IT doesn’t give you access to the Orchestrator server or the folder. But it should be located in the installation folder under the nugetpackages folder.

If you run it from the machine directly like from system tray, then yeah it’s in the ProgramData folder like which was mentioned.

I still suggest using the full filepath for creating a Config that you want to be able to change without publishing.

Regards.

4 Likes