Pilar
March 7, 2023, 11:55am
1
Hello!
I try to add a formula to a Google Sheets cell.
I add =row() to the field value and if I run the node immediately, the formula is successfully added.
But if I save the workflow first, the “=” disappears.
The same is when I use a “Set” node.
pigri
March 7, 2023, 12:41pm
2
Hello!
If you can try this? {{ JSON.stringify(=row()) }}
Pilar
March 7, 2023, 1:44pm
3
I get “[invalid syntax]” when I add {{ JSON.stringify(=row()) }}
Pilar
March 7, 2023, 1:56pm
4
but I can use it so:
{{ JSON.stringify(‘=row()’).replace(/^.|.$/g,“”)}}
It’s not the prettiest solution, but it works☺️
pigri
March 7, 2023, 2:13pm
5
Great! In my solution, I made a mistake.
Pilar
March 7, 2023, 2:19pm
7
Thank you so much!
but there is a question how to add a formula like :
=indirect(“R[0]C[-2]”;false)&“”&indirect(“R[0]C[-1]”;false)
I get in my cell
system
Closed
June 5, 2023, 2:19pm
8
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.