Grab data from multiple pages

Hey guys!

I am trying to grab data from " Riadni členovia ". I need to go through each company and grab the Sektor, Regionálne kluby and Domovská stránka.

Currently I am using as acitivities:
1 - open browser
2 - data scraping of the first page, grab all the companies names and write .csv
3 - a click acitivity to open the each company
4 - for each item
5 - data scraping from the subpage and write again a new .csv

My problem is the For each, I am only able to grab the dat from the first company.
I need some help how to fix it. I am uploading here the script hr.xaml (16.1 KB)

Thanks in advance :slight_smile: