Is it possible to use the switch node with 1 input but multiple conditions?
Something like:
I have tried using OR, |, ||, but nothing seems to work
It looks like your topic is missing some important information. Could you provide the following if applicable.
Hey @life.tripod , you could try using the boolen expression for each if the cases in the form {{ ["domain1.com", "domain2.com"].includes('some_value') }}. Surely you need to make sure some_value is also domain, not the whole email address.
{{ ["domain1.com", "domain2.com"].includes('some_value') }}
some_value