Forum Discussion

BBConsultancy's avatar
2 years ago

Infinite loop with paginated API

I try to retrieve data from a paginated API. The API handles 100 records per request at max.   1. I made a function (OrdersFunction) to call the API with and enter a number for 'Skip' which is the ...