For example, let's say I have two boolean variables, var1 and var2. Let's say I use them in an or statement in a trigger's condition field as follows:
var1 or var2
If I did that, it won't work. One or both variables can be set to true, but the condition won't be met and the trigger won't activate.
Does anyone else have this problem? Is there a workaround?