Action Connections
Connecting actions in your workflow establishes the sequence of execution and creates the logical flow of your automation. Properly connected actions ensure that data flows correctly from one step to the next.
Key Features
Visual connection lines between action cards
Interactive connection points for easy linking
Multiple connection methods for different workflow scenarios
Left-to-right workflow direction for logical progression
Simple disconnection when workflow changes are needed
How to Connect Action Cards
Method 1: Drag and Drop Connection
Identify the circle connection points on the left and right sides of action cards
Click and hold on a connection point
Drag to the connection point of another action card
Release to create the connection
A line will appear between the cards, showing they are connected
💡 This method works well when you already have multiple cards on your canvas that need to be connected.
Method 2: Add Connected Actions
Hover over a circle on an existing action card
Click on the circle to open the Add Action menu
Select an action type from the menu
The new action will be added to your canvas already connected to the original card
💡 This method is efficient for building your workflow step by step, as each new action is automatically connected.
Method 3: Using the Plus Icon
For cards that aren't connected yet, look for the plus icon on the right side
Click this plus icon to open the Add Action menu
Select an action to add to your workflow
The new action will appear connected to the original card
💡 The plus icon provides a visual indicator of where new connected actions can be added.
How to Disconnect Actions
Click on the middle of a connection line between two action cards
A red circle with a white cross will appear
Click on this delete icon to remove the connection
The cards will remain on your canvas but will no longer be connected in the workflow
⚠️ Disconnecting actions will break your workflow path. Make sure to reconnect or create alternative paths as needed.
Important Connection Considerations
Workflow Direction:
Workflows generally execute from left to right
Connections should follow this direction for clear, logical flow
Multiple Connections:
Some actions (like branches) can have multiple output connections
Most actions have a single input and a single output connection
Connection Visualization:
Lines between cards represent the flow of data and execution
The system automatically adjusts connection lines when you move cards
Workflow Validation:
Disconnected actions may cause workflow validation errors
Every action (except outputs) should connect to something else
Every action (except triggers) should have something connected to it
Branching Workflows:
For conditional paths, use Branch actions to create multiple routes
Each branch can connect to different subsequent actions
💡 A properly connected workflow forms a complete path from trigger to output, ensuring that your automation runs as expected.
Tips for Effective Workflow Connections
Arrange your cards logically from left to right to match execution flow
Use the canvas controls to reorganize connected cards for better visualization
Test connections by running the workflow to ensure data flows correctly
For complex workflows, consider using subworkflows to manage connections
Review your workflow for any disconnected actions before publishing
⚠️ Remember that the connections between actions determine not just the sequence of execution but also how data is passed between steps in your workflow.
Last updated