Loop Through Paginated API Qlik Application Automation
Hi everyone,
I am trying to pull data from a paginated API in Qlik Application Automation. The API has a total of 859 pages with 25 records of data each. Based on this, I have tried this solution (page_based_pagination.json), but it keeps looping endlessly. Moreover, I had to cancel the execution when it reached 3 hours. Also, I have checked with Qlik Analytics page 860, and it does not have any records yet; therefore, the loop should have stooped at 859. Does anyone know if is it really possible to loop through all these pages? or is there any other method to accomplish this?