I want to use Make to update 5000 records of data,
Make reads only 3200 records.
Limit is also set at more than 100,000.
I want to use Make to update 5000 records of data,
Make reads only 3200 records.
Limit is also set at more than 100,000.
Hi @ryuto6112,
Welcome to the Make community! As Make cannot paginate to infinity and beyond, there are four limits on the paginated requests.
Name | Total limit of … | Value |
---|---|---|
Max Request Count | … all requests performed by a single module | 100 |
Max Pagination Request Count | … pagination requests performed by a single module | 50 |
Max Past Record | … paginated records | 3200 |
Max Call Timeout | … seconds | 40 |
So if you want to list more than 3200, you must do it in two steps.
Cheers,
Henk