Hi,
Is it possible to switch multiple values of the same branch using the switch
node like as below?
If this is not possible, need to execute the javascript switch statement inside the function
node?
Any idea will be great.
Thanks!
Hi,
Is it possible to switch multiple values of the same branch using the switch
node like as below?
If this is not possible, need to execute the javascript switch statement inside the function
node?
Any idea will be great.
Thanks!
Try using regex '^(a|b|c)$'
Thank you very much!^^
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.