Forum Discussion
tom_malkiewicz
5 years agoHelper I
Need help with iterating through API response pages
Hello, I have been trying to find a solution for the past week now and still struggling. I have an access to an API of our CRM system. The api response comes with total number of records per e...
lbendlin
5 years agoSuper User
Please refer to my earlier reply. You need to modify your process to avoid that.
tom_malkiewicz
5 years agoHelper I
Hey,
Apologies I thought I did. I replaced my version with static page with your version of getPage function.
- lbendlin5 years agoSuper User
PageIndices = { 2 .. PageCount },
and then concatenate page 1 from the earlier GetEntityCount() step (that you would have to modify to get the payload as well)