Visit Multiple URL and perform and action

Hello! Im trying to figure out how in StudioX to go to a URL that I have in a list in excel file, click two buttons, then go to the next URL on the list and do the same until all URLs are visited. Any help would be appreciated

hey

you can use a read range activity, then loop through your dt and pass the currentRow(“Column name”).ToString in the open browser activity

regards!

Hi

Welcome to uipath forum

Hope the below steps would help you resolve this issue

  1. Use a Excel for each activity and pass the filepath of excel as input

  2. Inside that use a GO TO URL
    activity where mention the current row by pressing + symbol and map it from excel

https://docs.uipath.com/activities/docs/n-go-to-url

  1. Inside the same loop use set of click activities you want next to the go to url activity

Then all those set of activities will automatically get in loop and perform the operation we want

Cheers @mp0578121

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.