You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
When updating multiple rows using Google Sheets Datasource (update), the app quickly reaches the API limit, making this operation impossible unless user update a few rows at a time.
Describe the solution you'd like
Implement batchUpdate method so updating multiple rows is possible
Describe alternatives you've considered
Create a queue mechanism to queue updates to Google Sheets to keep within the API limit, however as lowcoder only executes on client end, it can be interrupted when user leaves the site.
Is your feature request related to a problem? Please describe.
When updating multiple rows using Google Sheets Datasource (update), the app quickly reaches the API limit, making this operation impossible unless user update a few rows at a time.
Describe the solution you'd like
Implement batchUpdate method so updating multiple rows is possible
Describe alternatives you've considered
Create a queue mechanism to queue updates to Google Sheets to keep within the API limit, however as lowcoder only executes on client end, it can be interrupted when user leaves the site.
Additional context
Google Sheets API limits https://developers.google.com/sheets/api/limits
Batch Update method https://developers.google.com/sheets/api/reference/rest/v4/spreadsheets/batchUpdate
The text was updated successfully, but these errors were encountered: