Advanced Filtering From Results Of For Each UI Element

Hi folks,
After executing a For Each UI Element activity, I need to perform advanced date filtering on the results.

For example, the For Each UI Element activity returns a list of 4 rows, each with a date column. I need to select the row with the most recent date and act upon the result.

Thanks and Happy Holidays !

Hi,

In this case, it may be better to use TableExtraction instaed of ForEachUIElement. We can get target row number of datatable from TableExtraction. Then do some operation specific row using TableRow attribute etc.

Regards,