How to give it with or condition


How to give it with or condition

What are you trying to achieve?

Add β€œOR” between all conditions.

Alternatively use β€œin” operator like this

doc.team in ["team1", "team2", "teamc"]

1 Like

i need to execute that workflow if the field value matches any of these values