At the moment Rules work in this way:
  • IF "condition" (ALL/ANY/NONE: event 1 + event 2 + event 3)
  • THEN "option"
To create complex rules it's necessary to mix more rules among them.
What if in Rules I had the possibility to select a Double (or multiple, 3 or 4 or more) Level of conditions?
  • IF condition 1 (ALL/ANY/NONE: event 1 + event 2 + event 3)
and / or
  • IF condition 2 (ALL/ANY/NONE: event 4 + event 5)
  • THEN "option"
The benefit would be that in any level of "condition" I could insert more single conditions :)
It'd be useful when "condition 1" group has a ALL/ANY/NONE option different from "condition 2" group