Skip to content

Multiple times with multiple outputs #4

@timdonovanuk

Description

@timdonovanuk

Is your feature request related to a problem? Please describe.
To do something like:

  • "if its between 10am and 11am" do x
  • "if its between 11am and 12pm" do y
  • "if its between 12pm and 1pm" do z

takes considerable efforts, and requires one of these node for each statement

Describe the solution you'd like
The ability to add additional times to the node, and each time maps to an output (a bit like the switch component). Also, to cope with overlaps, it's evaluated top down, and the very first one that resolves to true is the one that outputs.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions