Hi everyone, I'm trying to make a promotion, where there are a fair bit of rules, and I want to activate one and only one of the rules, as if the rules had the operation OR between them, is this possible?
Rule1-> conditions = false, don't execute the actions. Rule2-> conditions = true, execute the actions Rule3-> don't do anything since rule2 already was true. Thanks!
