Write multiple rows at the same time

Is there a way to add multiple rows to the Glide Table in one action?

I have used AWS lambda and make to write multiple rows to Google Sheets, is there any way to do the same for Glide Table other than using the Glide Basic API?

Thank you.

The only way to write to Glide Tables is the API.

You can batch calls (up to 100), but it won’t keep the original order you put it in the HTTP call.

@ThinhDinh

Thanks for the quick response.
I will try the API.

1 Like

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