I’m new to Uipath, i need to open browser and provide email on first screen then need to go second screen where it will ask credentials. I need to use excel for input credentials. Will it be possible, If yes, Kindly let me know the step by step proc.
It’s not working or may be i didn’t understand excatly. If you have any other reference article pls share it with me that would be very helpful. Thanks in advance
Hi,
1.Store you browser name in 1 column and username and password in another 2 columns in the excel sheet.
2.use read range activity to read this excel file.
3.use for each activity ,inside that capture your website and login page and make sure that your selector should be dynamic.
4.In the captured area give the value like “row(“column_name”).ToString”
@Sob If we use open browser inside for each it will be open for each iteration best practice is to open outside for each and use attach browser inside for each loop
I have entered read range as you suggest. However Output - Data Table is blank. Do I need to enter a value/name for this? When I tried to enter anything in this field it produces an error - expression “” is not declared…