Connections
Connections are the lines between nodes.
They tell the workflow what to run next, and what data to pass along.
Creating a connection
Section titled “Creating a connection”- On a node, click the output port (a small dot or connector on the right side).
- Drag from that output port to the input port (dot) on another node.
- The arrow establishes the data path.
Tip: if you drag to an empty area, the “Add node” panel may open so you can insert a new step in the middle.
Removing a connection
Section titled “Removing a connection”Hover over a connection arrow until controls appear, then click Delete to remove it.
Best practices and tips
Section titled “Best practices and tips”- Keep the flow easy to read (left to right works well).
- After you connect nodes, test step by step to make sure the output looks right.
- Use nodes like Edit Fields or If to clean or filter data before sending it to the next step.
If you’re unfamiliar with how node output and input data is structured, refer to Key Concepts: Data Flow for a deeper explanation.