How does one select an item in Web datatable and execute(click) the hyperlink

I am trying to loop thru a datatable via a SAP web portal. I can scrap the table just fine.
If there are 100 rows in the datatable, I need to click on each column(0) per row and execute the hyper link.
I did the demo datatable with only two rows and just setup the workflow to walk down the rows. Again that works great with two rows. but when I get to 50-100 rows I need to be a bit more dynamic.

I have setup for For Each Row activity to cycle thru the rows. So I need to “select” the first column in each row, and “click” on the button/hyperlink and execute.

I’ve tried DataTable.Select() , no joy.

thanks in advance for any help.

Sky