Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Batch append to Google Sheets#1525

SaschaValentin started this conversation inGeneral
Feb 12, 2025· 1 comments· 2 replies
Discussion options

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?

You must be logged in to vote

Replies: 1 comment 2 replies

Comment options

This is a very, very old open topic. We even have a feature request issue here in github for it.
We checked it a while ago, and it did mean a larger rewrite of the data source, as the way Google API offers this was distant from the standard way we had solved the other functions. We need to look again into it...

You must be logged in to vote
2 replies
@FalkWolsky
Comment options

#661

@SaschaValentin
Comment options

Sorry, didn´t see it. Thank you.

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Category
General
Labels
None yet
2 participants
@SaschaValentin@FalkWolsky

[8]ページ先頭

©2009-2025 Movatter.jp