You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: