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!^^