Click Dynamically in a Table Structure

Hey Community,

I hope this message finds you well. I have a problem to select a report button that is bases on Index number.

I want to click on the “View Report” against a particular “Index”. The position of the “Index” will not be the same always so I cannot use a simply click activity for that.

I have used For each Ui activity but it is always selecting the first one.

I wanted to know if there is a more robust activity for this problem.

Attached herewith is a screenshot for better clarity.

Thanks.

@Muhammad_Anas_Baloch,

You can use index as anchar which you can make it dynamic.

1 Like

@Muhammad_Anas_Baloch

You can use a selector similar to this…this is for illustrations…make changes as you need

<webctr tag='TD' innertext='{{indexVariable}}' />
<nav up='1' />
<webctrl tag='TD' tablecol='6' />

Cheers

1 Like