How can I create a condition in a flow that goes off for more than one value?

(["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.