I think deleted rule is still running

RM does support multiple triggers when using OR but if you are trying to use AND with multiple triggers, RM will not. That is not a RM limitation however, that is a limitation with reality. In order to achieve an AND, both triggers would have to occur at the exact same moment in time which is impossible.

5 Likes

There is a new feature coming in Release 2.2.8 that allows for testing of conditions prior to triggering a rule.

9 Likes

Just wanted to elaborate that even in 2.2.7 it’s easy to add a second required trigger via conditions. You put in both triggers in your automation (a or b), then you use an if statement to check all conditions (a and b) before running the rule.