Control Flow (Actions)
.ed65b689.png)
Control Flow actions determine how execution moves through a process.
Use them to branch, route, and repeat logic based on runtime data.
Subpages
- Loop over CSV — Loop over a list and write the content to context variables for later use.
- Loop over Array — Iterate over an array and run the loop path once for each item.
- Match Case — Route execution across multiple branches by matching one value against a list of options.
- Conditional Branching — Evaluate one or more filter rules and route execution to a success or failure path.
Last updated on