Configuration Connection String Regedit o File

Good afternoon,

I find myself doing the parameterization of my robot in a database, with execution record, errors and parameters necessary for its execution; The initial question is how can I access the REGEDIT operating system or read a configuration file to centralize the connection string with my DB.

Thank you very much.

Happy day.

For Regedit you should use .Net specific methods: Registry.GetValue(String, String, Object) Method (Microsoft.Win32) | Microsoft Learn

For config storage you will use

  • assets with Orchestrator
  • external configuration files for individual robots