Logic & Flow
Logic & Flow
Logic & Flow nodes are the wiring of a workflow. They decide where a run begins and ends, which path it takes, when it pauses, and how it repeats work over a list. Reach for these whenever a workflow needs to make a decision, wait for the right moment, or process many items in one run.
The entry point. Every workflow begins here and receives its incoming data.
Marks where a run finishes.
Turns several conditions into one labeled outcome like APPROVED or DECLINED.
Sends the run down different paths based on conditions.
Reshapes and renames values into new variables for later steps.
Pauses the run for a set time or until a specific moment.
Produces a random number in a range.
Transforms each item in a list into a new shape.
Runs a set of steps once for every item in a list.
Packages a group of steps into a single reusable unit.