Config file in DB

Is it possible to migrate config file info into DB instead of excel file and Bot will load the configuration from DB?

yeah you can please follow the same column structure like config then you can do it

Hello @Sathish_Kumar_S

  • Yes, you can store the config file data in DB after retrieving the data through query you can also convert the output data table to dictionary

Another Approach

  • You can also store the config file in Orchestrator storage bucket and download it from there every time the bot runs

These ways would be helpful to avoid in accessing the config file manually every time to update the changes