Doing automation on the last record in a row on a website

Hi,

I am currently working on a website that lets you create new data, I need to test each CRUD operations (Ie the create new, edit, details and delete functions) of the added data but I noticed that if there are multiple rows then UiPath throws an error whenever I try to delete, edit or view a row, saying:
“Could not uniquely identify the user-interface element for this action.
Edit the element, run Validation, and add anchors in order to ensure the element is uniquely identified.”

I will always be working on the last row in this table on the website. Can someone please give me some guidance on how I should tell UiPath to look at only the last row?

Any guidance will be much appreciated.


(Please note that the data above is test data - it is not real)

Hi @L_DV ,

In the above case u can go with below approach ,

extractdata from the application ,
get the row count and also using uiexplorer identify one of the element ,
which will bifferent or dynamic for each element and pass the dynamic value using the
dynamic value and also the last row value .

Hope this Helps

Happy AUtomation

That worked! Thank you so much.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.