Forum Discussion
JayCooper
4 years agoCommunity Member
Combining 'And' with 'Or' Conditions Within a Single Trigger
As the title indicates, I'm trying to create a trigger that combines 'and' with 'or' conditions. What appears to be happening is that the 'and' isn't effecting the trigger.
And image of the trig...
WaltHamilton
4 years agoSuper Hero
The way the OR's are in the trigger, the state will be changed if ANY of Topic 1, 2, 3, or 4 is true, or if BOTH Topic 5 and TakeOutTest are true. Only one of the six needs to be true to cause execution.
If you want the state changed only when ALL six variables are true, you don't want an OR, just separate everything by AND's. If you want something else, describe it here.
OR executes the action if either one or both the items on either side of it is true.
And executes the action only if both items on either side of it are true.
Related Content
- 8 months ago
- 2 months ago
- 7 months ago
- 6 months ago