I'll start off by saying I LOVE that Alteryx allows for the use of IN within tools like the Filter!
HOWEVER, I am trying to evaluate if a dataset of large string fields contains 8 Ids and I'd rather not write 8 lines of 'contains' statements- is there a trick formula for filtering n-number values within a larger string field equivalent to something like:
Contains([Field], IN ("val1","val2","val3",val4", etc)?