Need help extracting correct tableRow using dynamic selector in UiPath

Hi @vighneshgadekar

If the element is part of a structured HTML table, it’s more efficient to use the ‘Extract Data Table’ activity. This allows you to extract the entire table and then directly access the row you need using standard DataTable methods.

Hope this helps!