Skip to content

Allow trigger condition value comparisons to support OR #33

@w-le

Description

@w-le

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions