Get User Name and password from Seperate config FIle

Hi All,

I have RPA project, log in to system and do some changes in system
Currently Robot get Login details usingType Into activity
But I need to get the Login user name & passwords from separate excel file call config.xlsx

Can you please help to go through this

Tharindu

Hi @S_D_RPA,

We already have Reframework where we are getting the required values from config file. Thats just a simple think.Go through some training available in academy.uipath.com

Or else we can get credentials from orchestrator also. Hope you know that

1 Like

To add to this you can also get credentials from the windows credential manager if you want to store them locally safely.

I wouldn’t keep credentials like that in a spreadsheet like that as it poses quite a security risk. I’d suggest following @HareeshMR suggestion.

1 Like