Is there any way to build a single condition for a text field using the OR clause as opposed to building a new row for each one?
What I have to do today:
City Equals Boston
OR City Equals New York
City Equals San Francisco
What I would like to do:
City Equals Boston or New York or San Francisco
*This post is locked for comments
I have the same question (0)