I can't declate more than one variable neither.
For example I can declare OnStart this (my configuration use ";")
Set(varUserEmail;User().Email)
But don't work this
Set(varUserEmail;User().Email);Set(varNTomatoes;8)
The same problem in Formulas
I can declare this
varNTomatoes = 8
But don't this
varNTomatoes = 8;
varNPotatoes = 5;
Please help me!