For Each UI Element activity stops looping after few pages while extracting table data

Hi,

I’m currently automating a web page to extract data from a table. I’m using the For Each UI Element activity to loop through pages. Each page contains around 100 rows, and I expect to process approximately 400 rows.

However, the loop unexpectedly stops after processing 4 or 8 pages, even though the pagination logic is correctly configured. I’ve verified the Next Page selector and it seems to be working fine.

Has anyone encountered this issue or knows how to overcome it?
Any help would be greatly appreciated.

Thanks in advance!

@jai_kumar2

Check the properties of the UiElement, And try to execute from 4th page where exactly it stopped then you can get an idea use debug and run the execution.

Hi @jai_kumar2,

Run the process in debug mode by enabling “highlight elements” and “execution trail “ from debug menu.

This would allow you to identify what was not trying to do when it failed. Highlight elements would allow you to see where was not trying to click or clicked or failed to click.

Regards
Sonali

@jai_kumar2

  1. See if there are any limits set in the properties
  2. Is the next button properly indicated?

Cheers