Share feedback, ideas and get community help

S
Shrey
Offline, last seen 3 weeks ago
Joined September 13, 2024
I can't seem to find the Webhook block in the latest version.
16 comments
S
R
Using the 'Set Variable' or the 'Script' blocks, how can i set multiple variables, in one go.

Example, i a Set Variable block:
Plain Text
const a=1;
const b=2;

{{sum}} = a + b;
{{product}} = a * b;

return true;

Is it possible to set multiple variables, sum and product in this way?

If not, what's a workaround for now?
5 comments
A
S
L