Hi there! Can anyone tell me if this is the correct syntax for adding multiple set() functions to the onClick behavior?
I’m asking because I get the following errors (when clicking “the button”):
ERROR: could not parse formula: a
ERROR: could not parse formula: b
ERROR: could not parse formula: c
Replacing a
, b
and c
with actual values makes the errors disappear. They also disappear if I use only one of the set() functions (not multiple).
Thank you.