API Pagination Issue

Hi @xander85 - Try this for your pagination:

You’ll want to update “Max Pages to Fetch” to make sure you get all the data back. Since the API limits 100 results per page, you’ll want to calculate how many total records you have divided by 100 to figure out how many max pages to fetch.

Once you do that, it might be good to add a Remove Duplicates step after your Pull from API step to make sure none of your Ids are repeating.

Let me know how that goes!