How to Configure Pagination in API Scenarios in Make

Hello @jose2023,
The first thing is to identify which type of pagination is implemented in your API response.
5 API Pagination Techniques You Must Know
Unlocking the Power of API Pagination: Best Practices and Strategies - DEV Community

If your pagination type is “Offset and Limit Pagination” OR “Page-Based Pagination”. If there are “Cursor-based pagination” applied then stop from here and read this Pagination: condition on iterated item count for variably sized pages (can't use page size ✕ page count)

“Offset and Limit Pagination” OR “Page-Based Pagination”.

The repeater concept only applies when you know the number of pages.

A couple of important community posts Repeaters based Pagination.

  1. Master Pagination Techniques of API in Make (Formerly Integromat
  2. Pagination: Repeaters
  3. Repeater and aggregator with api pagination

Also recommend you to first search it on Community itself and also on Google.
There are lots of solutions already there based on different types of questions.

1 Like