Hi All, I'm building a workflow which requires Alteryx to pull data from another vendor application (Archer) via API call. Created a report with required columns in Archer application and by default, it displays 50 rows/records. One have to scroll pages and the created report has 40k records approx. This might fluctuate dynamically based on processes happening in Archer application. Coming to Alteryx, API was able to ready only 1st page records (50). We changed the page number and it fetched the next 50. Is there any way to build macro in such a way it should run iterations to fetch all the records? I'll get the record count via API and /50 gives me # of pages the API need to process. Any inputs are highly appreciated.