-
Notifications
You must be signed in to change notification settings - Fork 2
Multiple times with multiple outputs #4
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request