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.
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.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.