Share feedback, ideas and get community help

F
M
a
g
E
Members
Shrey
S
Shrey
Offline, last seen last month
Joined September 13, 2024
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