Is there an OR function with rules?
Hello 
Is there a function in rules where I can say if something is equal to 5 OR is equal to 10 then do action?
I currently have four different rules or doing the same thing and figured it would make life easier if I could use Or.
Thanks
Elfizm
Is there a function in rules where I can say if something is equal to 5 OR is equal to 10 then do action?
I currently have four different rules or doing the same thing and figured it would make life easier if I could use Or.
Thanks
Elfizm
Comments
Ex.
If any
X.self = 30
x.self = 40
change attr to true or something
Then the attr will be true if x.self is 30 or 40
Oskardev
All good now
Elfizm