Read cell values of excel and open the url one by one

Hi,
I need to read one specific column’s cell values for each row of the excel and then the value needs to be opened in browser as the value of the cell is url. there are 600 rows in the sheet.

First of all use read range activity to read workbook sheet. then store the value of cell into variable and then use open browser activity inside for each row to open that url.
I have attached the template model.Sequence3.xaml (7.0 KB)

Hope this will work

1 Like

hi,i want to know how to open all the urls in 1 browser.