Hi I am using excel Application scope.In this I inserted hard coded path of excel file now my client told me use config file instead of hard coded path how can I achieve this please tell me…??
Are you using Re-Framework ?
Here you can find your answer … How to create Config File and How to Use it in UiPath?
First create a variable in your config file:
Then inside the init stage of the framework, the variable will be read from the config to a dictionary:
You can then use the variable in the excel scope: