How can I click on a perticuler button in the table on the basis of an element in the table

We have an application which has a table that contain few rows and few columns.

In the table we have a button in each rows. Now the requirement is I have to click on that button but on a it depends on other element in the table if the condition is matched then button should clicked of that specific row.

So how to achive this scenario. Please help me with this.

Thanks in advance.

Hello,
which kind of condition have you got to satisfy?
Camilla

@Ni8tesh
First Extract the Table by using DataScraping and store it in a dataTable variable.

Then Run For each row
Inside that add If condition,
Based on your condition Use Click activity, Change the selector by using some dynamic selectors logic.
You can access the values of a datatable for comparision.
Regards,
Mahesh

Hi @Ni8tesh,

Refer this

Regards,
Arivu