Hi,
currently i am doing process from uipath academy (assignment 1) and i have to login in acme system but the i am storing my credential in config file then how to retrive credential from config file.i.e i want to retrive username and password from excel then how i do.
In RR framework you can find a folder Framework it includes A workflow InitAllSettings.xaml
Go through that I am sure you will understand that how can you retrieve values from config file
It just read the data from different sheets of config and store values and settings name in a dictionary which can be extracted as and when needed.
Thanks,
Prankur
You are not supposed to store credentials in Excel sheet. Instead of that you can save your credentials either in orchestrator or in Windows.
https://activities.uipath.com/docs/add-credential
After you save your credentials in Windows you can use get credentials workflow which available in framework folder of REframework.