Real example: Currently if I want an action to fire when
event_in_progress == false && (minutes_til_next_event > 60 || minutes_til_next_event == null) (null means there is no next event)
I would have to create two Triggers.
It would be much more usable if the Trigger conditions supported OR