Is it possible to switch multiple values of the same branch?

Hi,
Is it possible to switch multiple values of the same branch using the switch node like as below?

switch-node-multi-value

If this is not possible, need to execute the javascript switch statement inside the function node?

Any idea will be great.
Thanks!

1 Like

Try using regex '^(a|b|c)$'

2 Likes

Thank you very much!^^

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.