Currently, if I want to search a field for an array of possible values, I have to use Switch Case and manually construct each of the items I want to search for. Instead, I'd like to be able to use Switch Case, and say "search for *any* of these values, and if found, perform an action that says "found X". That's quite cumbersome today.