Lleverage Documentation
WebsiteLegalPlatform
  • Get Started
    • Introduction
    • Co-Pilot
    • FAQ
  • Key Terms
  • Action Guide
    • Triggers
    • Output
    • Prompt
    • Agents
  • Extracting Information
  • Using Information
  • Custom Code
  • Subworkflows
  • Knowledge Bases
  • Intergrations
  • Canvas Guide
    • Canvas Controls
    • Action Cards
    • Action Connections
    • Variables and Data Flow
  • The Run Panel and Testing
  • Error Handling
  • Publishing Guide
    • How to Publish
    • API Endpoint
    • Chat App
    • Form App
    • Integration Configuration
    • Scheduling Workflows
  • Sharing
  • Settings
    • Account Setup
  • Projects
  • Subscription Management
  • Sharing & User Permissions
  • Technical
    • Models
    • Security & Performance
  • Analytics & Monitoring
  • Support
    • Release Notes
      • April 2025
      • March 2025
      • February 2025
      • January 2025
      • December 2024
      • November 2024
      • October 2024
      • September 2024
      • August 2024
      • July 2024
    • Getting Help and Troubleshooting
Powered by GitBook
On this page
  • Key Features
  • How to Connect Action Cards
  • How to Disconnect Actions
  • Important Connection Considerations
  • Tips for Effective Workflow Connections
  1. Canvas Guide

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

  1. Identify the circle connection points on the left and right sides of action cards

  2. Click and hold on a connection point

  3. Drag to the connection point of another action card

  4. Release to create the connection

  5. 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

  1. Hover over a circle on an existing action card

  2. Click on the circle to open the Add Action menu

  3. Select an action type from the menu

  4. 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

  1. For cards that aren't connected yet, look for the plus icon on the right side

  2. Click this plus icon to open the Add Action menu

  3. Select an action to add to your workflow

  4. 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

  1. Click on the middle of a connection line between two action cards

  2. A red circle with a white cross will appear

  3. Click on this delete icon to remove the connection

  4. 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

  1. Workflow Direction:

    • Workflows generally execute from left to right

    • Connections should follow this direction for clear, logical flow

  2. Multiple Connections:

    • Some actions (like branches) can have multiple output connections

    • Most actions have a single input and a single output connection

  3. Connection Visualization:

    • Lines between cards represent the flow of data and execution

    • The system automatically adjusts connection lines when you move cards

  4. 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

  5. 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

  1. Arrange your cards logically from left to right to match execution flow

  2. Use the canvas controls to reorganize connected cards for better visualization

  3. Test connections by running the workflow to ensure data flows correctly

  4. For complex workflows, consider using subworkflows to manage connections

  5. 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 1 day ago