Problem with rule engine logic

So I was a building a new rule and was trying to change the and logic in a IF statement and I get this error.

@just_jake, so you will need to edit the IF block, change the logic between “all” (AND) and “any” (OR) at top, and hit update at bottom to save the logic change in this IF block. See below.

2 Likes

@James I see that works, however I was hoping to do.

If Switch == On & Jake == Present or Wife == Present Then


Else

You can do a nested IF in this case. See the screenshot below for example, and note that the nested IF uses “any” (OR) logic.

2 Likes