Click a row based on value in another row

Hi ,

I have to click a value in a row based on value in another cell in the same row.How can we do it

Do you want to click a cell or select a cell?

You can use Read Cell Activity to read a cell value from a given row.
Evaluate the condition using IF and use Select Range Activity.

Regards,
Karthik Byggari

1 Like

It’s a table in web page .There is hyperlink in the cell value which has to be clicked based on other cell value matching a condition

and these values are dynamic

You can use Web Data Scraping Wizard.
You can even get the links into a Data Table column.
Please refer the articles on web scarping -

Regards,
Karthik Byggari

I have completed this using get attribute and selectors

How do you made???