Resolved! Trying to figure out a way to search a collection.
So I have this collection that is [test] I am trying to determine whether [test.county] contains one of 80 possible test strings. At the moment I have a decision stage with [test.county] = "test" OR [test.county = "test2" OR for all 80 of the possibl...