Use variable in googleSheet Update #1687
Unanswered
amaillet2024
asked this question in
Q&A
Replies: 1 comment 1 reply
-
|
[["Publié","{{variables.today}}"]] |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hello,
I need to update 2 selected cell in a google sheet. I don't want to create a table for 2 fixed data in my workflow.
(I change the edited line in a loop and need to update row by row)
When I use fixed data it works fine.
For example :
[["Publié","01/04/2424"]]but if I change to
[["Publié",{{variable@today}}]]it doesn't work, I have the error :
[body] "values" must be an array On the Google Sheets blockI tried to set a var to an array, for exemple : myVar =>
[["Publié",{{variable@today}}]]and use{{variables@myVar}}in the googlesheet blockalso by using JS block...
But it doesn't help
can someone help me ?
regards,
Annabelle
Beta Was this translation helpful? Give feedback.
All reactions