Use Data Scraping to extract datatable and click on each title to further extract data

Hello,

I used Data Scraping to extract a list of IDs on a web page. I also need to click on each of the ID to get more information. I tried a few methods but nothing seems to work. I even used a counter in the selector ( ExtractDataTable.Rows(i).Item(0) ) to loop through all the IDs, but it failed.

Can someone please guide me on how to customize the selector and loop through all the rows in the datatable?

Thanks!

no answer?
i need help too