Update more than 500 rows with API call

Hi,
As I remember, API call is limited to 500 rows per call … is there other way to update more than 500 rows from one glide table to another?

Thanks.

500 is the limit for a single batch of mutations, but you can make multiple API calls.

If you are working with Big Tables, then there is also the V2 API, which supports “stashing” for bulk updates.

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.