How to click particular row link buttons in html table based on row input

Hi All

I have similar scenario which requires - link present in the web table be clicked , im trying above steps like -
-Do a data scraping
-iterate through web table
-find children with filter - kept as -
-use for each to iterate through list values
-trying to do get attribute using “resassignid”
-use message box to display the resassignid value.

Result - empty message box is returned

Any hints are welcome thanks in advance :slight_smile:

Can you please provide the Xaml File ?? Thanks in advance :slight_smile:

Variable item is defined as Object. Change it to UiElement.

I have a similar requirement, there is a submenu which need to be clicked in last column of every row. So far I used data scrapping to get the table, then running foreach. How do I click on the submenu in last column?