I’m trying to automate an activity where I have to find a certain Item No. in the page and click the corresponding “edit” button for it. The problem I’m having is that the anchor is not right next to each other as shown below.
I have also thought of using a “for each” activity where it flows as ~for each Item No., click “edit” button. However, the edit button will not be dynamic as the activity will always click the same “edit” button in the page.
Any help is greatly appreciated! Thanks!