How to select items from the second column associated with column1?

Hi,

Im extracting this data using Extract Table, and im searching for a value, for ex - Audit-External or it can be any value from that column.

Using for each row, IF condition, if the value is available. once it is available.
bot has to select few items from second column such as assignee, auditee associated with the column 1 that is "Audit external "- for ex.

selector of select item activity: how to make it dynamic

strict selector-

@Geeta

looks like tablerow can be used …for first row it is 1 for second 2 and so on

cheers

It didnt work like that, i tried

@Geeta

Can you show the selector for you first row as well

cheers

the selector is of first row second column only.

@Geeta

then please show the other rows as well to see what difference is there

cheers


tablerow increments, starts from 2

@Geeta

then thats the logic…use the same

cheers



In Else state, counter+1

@Geeta

So what is the issue now?

Ideally for this scenario you can use get attribute first with aelector as <webctrl tag='TD' innertext='{{variablecontainingRequiredName}}' /> and get the table row attribute

Now use the output variable in the select item selector

Cheers

it clicks on the first row itself as it shows on screenshot of click activity. even after changing the tablerow

@Geeta

Please try above method

Cheers