This is a really quick one.
In webcore I’m just trying to set my boolean value to true or false based on whether or not another thing is a certain result.
Issue I’m having is with my lack of knowledge on the topic.
I’m using the if X is “ANY OF” W,Y, or Z, then X = false
But how do I separate W, Y, and Z? in the field where I type them in, I tried semicolon but that wasn’t it.
I could make and or statement for EACH possible result but that seems like it would be very inefficient.