Below is the image where I need to click on each invoice Number for every row. All the Invoice# will be dynamic every time. The Table may span in multiple pages. for every supplier there will be a invoice# and the bot has to click on the Invoice#. How can I achieve this ?
Hi @marina.dutta ,
Thanks for reaching out to UiPath community.
You can try these steps,
Data Scraping: Use the Data Scraping wizard in UiPath to extract the entire table data. This will help in getting all the invoice numbers irrespective of the number of pages.
Use a Loop: Iterate through each row of the extracted table.
Click Action: Within the loop, use a Click activity to click on the invoice number. Since the invoice numbers might have different selectors, you can use a dynamic selector approach.