Hi
Is there a way of using | Pipes in the if conditions?
I would like to use a statement like this,
IF
Str_var = “Side|Front” instead of Str_var = “Side” or Str_var = “Front”
I can get the expression to work in the Matches activities but not in the IF or Flow decisions.
Am I missing something?