Look through table - if condition = true in column1 return value from column2

Hello,

I need to screen scrape from a program into a table, and then look through the table - if my condition is = true in column1 i need to return the value from column2 at the same row into a variable.

I have manage to find the value in column1, but how to get the value form Column2 at the same row?

You go through the whole table using the ‘for each row’ activity and when your condition is met, you use the ‘get row item’ activity on the second column and on the row ‘row’.