Go To URL: Could not determine the browser tab on which to navigate

when we start the bot it is exigution once and throwing the above error

Hi, I replicated your flow with read range workbook activity as I stored the URL in an excel file, it works perfectly fine. Flow has been attached.
Main.xaml (11.2 KB)

1 Like

Hi @Adithyeshwar_goud

The link in the row of datatable has to open in new tab, If yes.
The Go to URL will not work properly, you can use the Use application\browser activity and indicate the home page of MS edge and in the Browser URL field give this CurrentRow(“username URL”).toString.

This will open the New URL then you can insert the Ui activities inside the second use application\browser activity to work on the second opened browser.

Check the below workflow for better understanding,

Hope it helps!!

1 Like

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