Batch append to Google Sheets #1525
SaschaValentin
started this conversation in
General
Replies: 1 comment 2 replies
-
This is a very, very old open topic. We even have a feature request issue here in github for it. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I wonder if (and in that case: how) it is possible to batch append new values to a Google Sheet.
An example: In one table element in Lowcoder I have selected a few rows that I wish to save to a table in Google Sheets. Sure, {{tablename.selectedRows}} holds an array with all the data of the selected rows. But is it possible to append them to a Google Sheet all at once?
In the corresponding data query function you can surely set {{tablename.selectedRows[0].value1}} as value of one key. But in that case only the first object in the array is appended. Is there a way to iterate over the selectedRows array so that all objects inside will be added as new rows to Google Sheet?
Beta Was this translation helpful? Give feedback.
All reactions