UiPath not extracting final page of Table Data

Good Afternoon,

I am facing an issue when trying to extract table data across multiple pages in Chrome.
My bot can successfully extract each page using the next button and the ‘Extract Table Data’ activity.
However, when it navigates to the last page of the table, the next button then disappears however the bot fails to read that page of table data and just returns the result of all the previous pages.

When I use the ‘Test Extraction’ functionality it works absolutely fine… but in debug mode I get the above issue.

Not sure if there is a specific property for this but I have played around with it and not had much joy.

Thanks

need to get the amount of pages and use a counter to specify how many times to click the next page button using a while loop

@elliot.barling

did you happen to keep any limits in the properties…please check the same

page limit or record limit

cheers