Articles → UIPATH → Read The Config File Of Reframework In Uipath
Read The Config File Of Reframework In Uipath
Config file
- Settings
- Constants
- Assets
Click to Enlarge
How to read the config file?
- Create a new blank process in UiPath by clicking on the "Process".
Click to Enlarge
- Copy the file "InitAllSettings.xaml" file from the existing REFramework project.
Click to Enlarge
- Drag and drop the "Invoke Workflow File" and specify the workflow file name as "InitAllSettings.xaml".
Click to Enlarge
- Create a new variable "Output" of type Dictionary.
Click to Enlarge
- In the "Invoke Workflow File" activity, click on the "Import Arguments". A popup window will appear.
- In the window, specify the hardcoded config file name and set the value of "out_Config" variable to the "Output" variable.
Click to Enlarge
- Finally, display the value in the message box. Here is the complete flow.
Click to Enlarge
- Save and run the bot.
Output
Click to Enlarge