(["15", "16", "foo", "bar", "FOO", "BaR"])?seq_contains(yourvariable)
It is case sensitive and must be exact - so in the above example, 152 and foobar do NOT trigger this flow.
(["15", "16", "foo", "bar", "FOO", "BaR"])?seq_contains(yourvariable)
It is case sensitive and must be exact - so in the above example, 152 and foobar do NOT trigger this flow.