How to express the condition "field A has value B or C"?

I have tried [A] in ["B", "C"] but it does not work.

I believe that should work. What data type is field A? Can you give a complete example where this doesn't work?

1 Like