How to write one row to Google Sheet #1419
Unanswered
SuperTempAccount
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey Automaers,
How can I write a single value to Google Sheets?
I'm trying to write the last value in a single-column table to a Google Sheet.
I am writing to:
sheet1!C2:C2
The
Google Sheet
block has two options:Table
for writing the whole table, orCustom
for a custom JSON value.I've selected
Custom
and entered this for the value.I get the error
t.forEach is not a function
.I tried including multiple values in the JSON as a test but still receive the same error.
Beta Was this translation helpful? Give feedback.
All reactions