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)