Can we use navigate to or go to url activity in for each loop

i have a excel file in which i have a list of url’s and i need to open them one by one . For this can we user for each row in datable >navigate to { currentrow(“rowname”).tostring } or go to url { currentrow(“rowname”).tostring } so that the browser opens every link one by one.

solution:
i some cases classic activity (navigate to ) is not working properly so we can use (go to url) mordren activity insted

cheers,

Hi @Adithyeshwar_goud

you can as below

Regards

1 Like

got it bro thank you

1 Like

Hi @Adithyeshwar_goud

If you find the solution please do mark as solution to close the loop.

Regards

Hi @Adithyeshwar_goud

You’re Welcome bro !!

Happy Automation!!

Hi @Adithyeshwar_goud ,

Thanks for reaching out.

yes you can use navigate to URL, but with Modern design you can achieve it by passing your URL directly in a Browser URL as below.

Hope this will help you.

Happy Automation,
@Vinit_Kawle

1 Like

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