Need to find and click on invoice numbers on a webpage

Hello all, I have an automation I am working on where I have an excel spreadsheet of Invoice numbers I need to download backup for. I got the bot to log into a customer’s portal website and navigate to the backup page. They do not have a search bar so have been using a keyboard shortcut CNT+F to open a search bar. I can type the invoice number into the search bar but not sure how to make the bot click the invoice number that is now highlighted (which is a link to the backup). Any suggestions and help would be greatly appreciated.

Fairly new to studio.

@Ashley_Bell,

Instead of Finding the invoice and then find it, try using For Each Ui Element activity which supports filtering based on value. for example like this.

Thank you!! Worked perfectly!!

1 Like

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