I have 3965 records to extract, with 20 records per page. I attempted selecting "All Available" from the dropdown menu, but it always results in an error and loops through infinite pages without extracting any data.
I also tried specifying "31" as the number of pages, but each attempt yields inconsistent results: sometimes the next page gets clicked 73 times, other times it goes into an infinite loop.
When I set the page number to "30," it correctly extracts the data but still clicks through extra pages inconsistently, varying with each attempt.
please guide