Advanced Workflow Builder in HighLevel

The Standard Builder works fine for simple linear automations. The Advanced Builder exists for everything else.

Reading time: approximately 9 minutes.

Build HighLevel automations as complex as your – start your free trial today

The Advanced Workflow Builder is included on every HighLevel plan. Start your free trial today.

Try HighLevel Free

What Is the Advanced Workflow Builder in HighLevel?

The Advanced Builder is a freeform visual canvas inside the HighLevel Workflow Builder. Instead of the Standard Builder’s top-down linear layout, you get a free-form canvas where you can drag, drop, and connect triggers, actions, and branches in any configuration.

You access it by toggling to Advanced Builder in the top-left corner of any workflow. The same workflow can be edited in both views – Standard and Advanced – as long as you remove Advanced-only features before switching back to Standard.

It does not change how workflows execute. The logic, triggers, and actions behave identically.

The Advanced Builder is purely an editing interface upgrade that makes complex automations easier to design, document, and maintain.

What the Advanced Builder Includes

Some features are available in both Standard and Advanced. Three features are exclusive to Advanced Builder only.

Trigger Go-To Connections Advanced Only

Route each trigger directly to the action where it should start. Dashed connector with arrowhead.

When the trigger fires, the contact skips straight to the target action.

Delinked Nodes Advanced Only

Independent action clusters placed anywhere on the canvas that are not connected to the main flow. Made executable by attaching a trigger via Go-To connection.

Enable / Disable Nodes Advanced Only

Hover any node and click pause to disable it for testing. The node is skipped during execution but all connections remain intact.

Click play to re-enable.

Freeform Canvas

Drag and drop triggers and actions in any layout. Connect nodes by dragging from connector handles.

Multi-select and move groups of nodes together using Shift-drag or marquee selection.

Copy/Paste Across Workflows

Multi-select a branch, copy with Cmd/Ctrl+C, and paste into a different workflow. Reuse standard logic patterns without rebuilding from scratch.

Sticky Notes 2.0

Add color-coded notes with images and links anywhere on the canvas. Label major sections for teammates and document logic that is not obvious from the node names alone.

Tidy Up (Auto-Layout)

One-click canvas reorganization into a clean hierarchical structure. Useful after heavy editing sessions or when a workflow imported from a snapshot arrives disorganized.

Workflow Switcher

Navigate to any other workflow from inside the builder without leaving the current canvas. Opens in a new tab.

Search by name or tag.

Stats Mode

Toggle on to see communication performance statistics directly on action nodes in the canvas. Review send rates, open rates, and click rates without leaving the builder.

Workflow AI Builder

Generate a complete workflow from a plain-language prompt. Edit using conversational commands, Point and Edit selection, or combine manual and AI editing.

How the Key Features Work

Trigger Go-To Connections

By default, all triggers in a workflow connect to the Root – the first action in the sequence. Trigger Go-To connections change that.

You drag a dashed connector from any trigger directly onto the specific action where that trigger should begin.

When that trigger fires, the enrolled contact jumps straight to the connected action and continues the workflow from there. Normal sequential connections remain solid lines.

Go-To connections appear as dashed lines with an arrowhead so you can tell them apart at a glance.

Every trigger must be connected to exactly one action. An unassigned trigger auto-connects to Root.

You can reassign a Go-To connection at any time by dragging the dashed connector to a new target action.

Visual Connection Cues at a Glance

Visual What It Means
Solid line Standard sequential connection – contact flows from this node to the next in order
Dashed line with arrowhead Trigger Go-To connection – trigger sends contact directly to the connected action, bypassing earlier steps
Isolated cluster (no connecting lines to main flow) Delinked Node branch – independent cluster that only executes when a trigger Go-To points to it

Delinked Nodes

A Delinked Node cluster is a group of actions placed on the canvas that is not connected to the main sequential flow. It sits independently on the canvas.

It will never execute on its own – it needs a trigger attached via a Go-To connection to become active.

Once a trigger is pointed at it, the cluster runs independently in the same workflow context. This lets you keep multiple distinct automation paths in one workflow without building separate workflows for each path.

Contacts still follow single enrollment rules. A contact will not run through multiple branches concurrently in the same workflow, even with Delinked Node clusters present on the canvas.

Enable / Disable Nodes

Disabling a node temporarily removes it from execution without touching any connections. Hover over the node and click the pause icon.

The node is grayed out visually and skipped when contacts pass through that point in the workflow.

Click the play icon to re-enable it. No connections need to be rebuilt.

This is the correct way to test whether a specific action is causing a problem – disable it, test, and re-enable rather than deleting and rebuilding.

Workflow AI Builder

The AI Builder generates a complete workflow from a plain-language description. Type what you want the automation to do, and HighLevel produces the triggers, actions, and structure for you to review.

After generation, you can edit conversationally – describe what to change in the chat, and the AI updates the workflow. For precise control, use Point and Edit: click to select specific nodes on the canvas, then apply targeted changes via the chatbot.

Always test with a live contact before publishing any AI-generated workflow.

What You Can Do With It

  • Map multiple entry paths in one workflow by using Trigger Go-To connections to route each trigger to its own starting action, eliminating the need for giant if/else branches at the top of every workflow just to handle different entry scenarios
  • Build parallel automation paths in a single workflow using Delinked Nodes – keep a lead nurture sequence, a re-engagement sequence, and a post-purchase sequence in one organized canvas rather than three separate workflows with duplicate settings
  • Test specific actions without deleting them by disabling nodes – hover and pause the action, test the workflow, then re-enable without any rebuilding or rewiring
  • Reuse proven branch patterns by multi-selecting a branch, copying it with Cmd/Ctrl+C, and pasting it into any other workflow – copy a qualification branch or follow-up sequence once and deploy it across a dozen workflows
  • Document workflow logic visually with color-coded Sticky Notes that label major sections of the canvas – entry paths, qualification branches, post-conversion sequences – so anyone opening the workflow understands the structure without reading every node
  • Check connected workflows mid-edit using the Workflow Switcher, which opens any other workflow in a new tab so your current canvas stays open while you verify how a related automation is configured
  • Clean up a messy canvas instantly with Tidy Up, which reorganizes all nodes into a clean hierarchical layout after heavy editing or snapshot imports without touching any workflow logic
  • Generate a first draft of a complex workflow using the AI Builder, then refine it with conversational edits or Point and Edit selection rather than configuring every trigger and action manually from scratch

Key Definitions

Advanced Workflow Builder Terminology in HighLevel
Term What It Means
Advanced Builder A freeform visual canvas mode for the HighLevel Workflow Builder. Accessed by toggling to Advanced Builder in the top-left corner of any workflow. Does not change how workflows execute – it is an editing interface upgrade. Can be toggled back to Standard Builder after removing Advanced-only features.
Standard Builder The default top-down linear layout for the HighLevel Workflow Builder. Works well for straightforward single-trigger automations. Does not support Trigger Go-To connections, Delinked Nodes, or Disable Nodes.
Trigger Go-To Connection An Advanced Builder-exclusive feature that routes a specific trigger directly to a named start action instead of the Root (first) action. Created by dragging a dashed connector from the trigger to the target action. Appears as a dashed line with an arrowhead. Every trigger must connect to exactly one action.
Delinked Node An Advanced Builder-exclusive feature. An independent cluster of actions on the canvas that is not connected to the main sequential flow. Will not execute unless a trigger Go-To connection points to it. Allows parallel automation paths within a single workflow. Contacts still follow single enrollment rules.
Root Action The first action in the workflow sequence. The default destination for all triggers when no Go-To connection is set. An unassigned trigger auto-connects to Root.
Enable / Disable Node An Advanced Builder-exclusive feature. Hover any action or condition and click pause to disable it – the node is skipped during execution but all connections remain intact. Click play to re-enable. Used for testing without deleting and rebuilding actions.
Tidy Up A one-click auto-layout tool that reorganizes all nodes on the Advanced Builder canvas into a clean hierarchical structure. Does not change any workflow logic or connections. Use after heavy editing sessions or when a snapshot import arrives disorganized.
Workflow Switcher A navigation panel in the Advanced Builder left sidebar. Browse recent workflows or search by name or tag. Clicking a result opens it in a new tab – the current canvas stays open. Used to check connected workflows mid-edit without losing your place.
Sticky Notes 2.0 Color-coded notes with image and link support that can be placed anywhere on the Advanced Builder canvas. Used to document workflow logic, label major sections, and communicate intent to teammates. Do not affect workflow execution.
Stats Mode A toggle in the Advanced Builder that displays communication performance statistics directly on action nodes in the canvas. Lets you review send rates, open rates, and click rates without leaving the Workflow Builder.
Workflow AI Builder A feature that generates a complete workflow from a plain-language prompt. Accessible via Build Using AI in the Workflows list, from the builder when creating a new workflow, or via the in-builder AI chatbot. Edited post-generation via conversational commands or Point and Edit selection.
Single Enrollment Per Contact A HighLevel workflow rule that prevents a contact from running through multiple branches of the same workflow concurrently. Applies regardless of how many triggers, parallel branches, or Delinked Node clusters are present on the canvas.

Use Cases by Industry

Home Services (HVAC, Plumbing, Roofing)

A home services company runs separate follow-up sequences for web form leads, missed call leads, and booked appointment confirmations. In the Standard Builder, this required three separate workflows.

In the Advanced Builder, they use one workflow with three triggers, each routed via Trigger Go-To to its own Delinked Node cluster. One canvas shows the full picture of how every lead type is handled from entry to outcome.

Outcome: Faster workflow audits, cleaner sub-account organization, and one version history log covering all three entry paths.

Real Estate

A real estate team builds a complex buyer nurture sequence with 30 steps, conditional branches for engagement level, and a re-engagement cluster for contacts that go cold. They use Sticky Notes to label each major phase – Active Nurture, Low Engagement, Re-Engagement, Closed Won – and color-code each section differently.

When a new team member joins, the labeled canvas communicates the full automation strategy without a walkthrough meeting.

Outcome: Complex automation strategy is self-documenting. New team members understand the workflow in minutes by reading the canvas rather than having it explained.

SaaS and Software

A SaaS company builds a trial onboarding workflow and wants to test whether a specific nurture email is suppressing conversions. Rather than removing the email action and republishing – which would break the flow and require a rebuild – they disable the node in the Advanced Builder, run a cohort through the workflow, compare results, and re-enable or permanently remove the action based on the data.

Outcome: Live workflow testing without breaking the automation or losing configuration time on actions that may need to be re-enabled.

Marketing Agencies

An agency builds a core lead qualification workflow that works for 80% of their clients. Using copy/paste across workflows, they copy the qualification branch from the master workflow and paste it directly into each client sub-account’s workflow.

The branch arrives pre-built and pre-configured. Minor client-specific adjustments take minutes rather than rebuilding from scratch for each account.

Outcome: Standard logic patterns are built once and deployed across multiple clients in minutes, with consistent structure and less per-client setup time.

Coaches and Course Creators

An online coach runs a 12-week program with weekly check-in workflows. Using the AI Builder, they describe the check-in sequence in plain language – “send an email on Monday, wait for a reply, if no reply after 24 hours send an SMS, if still no reply after 48 hours assign a task to the coach” – and HighLevel generates the workflow structure.

They review the generated canvas, use Point and Edit to adjust the wait times, and publish. The whole process takes 10 minutes instead of 45.

Outcome: Routine workflow builds that would normally require manual configuration are drafted by AI and refined in minutes, freeing time for higher-value work.

Map every automation path your business needs on – start your free trial today

The Advanced Workflow Builder is included on every HighLevel plan at no extra cost. Start your free trial today.

Start Free Trial

Who Is This For?

Especially Useful If You…

  • Build complex multi-trigger workflows where different triggers should each start the automation at a different point, and routing them all to the Root action creates unnecessary conditional branching logic at the top
  • Manage automation for multiple clients or team members and need to document workflow logic visually so anyone can understand the structure without a detailed walkthrough
  • Need to run multiple parallel automation paths – lead nurture, re-engagement, post-purchase – without creating a separate workflow for each path and managing multiple version histories
  • Test workflow changes frequently and need to disable specific actions temporarily without deleting and rebuilding them every time you run a test
  • Build the same logical branches across many workflows and want to copy and paste proven patterns rather than rebuilding from scratch each time

Less Critical If You…

  • Build simple single-trigger automations with a linear sequence of five to ten actions where the Standard Builder’s top-down layout is readable and sufficient
  • Work solo with no team members who need to understand your workflow logic, removing the documentation value of Sticky Notes and color-coded sections
  • Are new to HighLevel workflows and still learning triggers and actions – the Standard Builder is a better starting point before moving to the freeform canvas

How to Use the Advanced Workflow Builder

Step 1: Toggle to Advanced Builder

Go to Automation, then Workflows. Open any workflow.

In the top-left corner of the builder, click the toggle to switch to Advanced Builder. The canvas expands into a freeform layout.

You can switch back to Standard Builder at any time, but must first remove all Advanced-only features: Trigger Go-To connections, Delinked Nodes, and Disabled Nodes.

Step 2: Add and Connect Nodes

Open the Triggers and Actions panel in the left sidebar. Drag triggers and actions directly onto the canvas, or configure them from the panel.

Connect nodes by dragging from the connector handle on any node to another, or click the + icon. Use Shift-drag or marquee selection to multi-select and move groups of nodes together.

Step 3: Set Up Trigger Go-To Connections

If your workflow has multiple triggers that should each start at a different action, find the Go-To connector on the trigger node. Drag the dashed connector onto the specific action where that trigger should begin.

The connection appears as a dashed line with an arrowhead. Every trigger must connect to exactly one action – unassigned triggers default to Root.

Step 4: Create Delinked Node Clusters

Place a group of actions on the canvas without connecting them to the main flow. This creates an isolated cluster.

To activate it, drag a Go-To connection from a trigger to the first action of the cluster. The cluster runs independently in the same workflow context.

Contacts still follow single enrollment rules.

Step 5: Disable Nodes for Testing

To test whether a specific action is causing a problem, hover over the node and click the pause icon. The node is disabled – skipped during execution with all connections intact.

Run your test. Click play to re-enable when done.

No rebuilding required.

Step 6: Add Sticky Notes and Color Coding

Open the left sidebar and add a Sticky Note. Choose a color and style.

Add descriptive text – label sections like “Entry: Web Form Leads” or “Re-Engagement Branch.” Sticky Notes support images and links. Add them early before the canvas gets complex, not after.

Step 7: Use Tidy Up When the Canvas Gets Cluttered

Click Tidy Up to auto-arrange all nodes into a clean hierarchical layout. Use this after heavy editing sessions or when a workflow arrives from a snapshot in a disorganized state.

Tidy Up does not affect any workflow logic or connections.

Step 8: Navigate With the Workflow Switcher

Open the Workflow Switcher from the left sidebar. Browse recent workflows or search by name or tag.

Click a result to open it in a new tab – your current canvas stays open. Use this to verify a connected workflow’s configuration without losing your place in the current build.

Step 9: Apply Canvas Best Practices

Name every trigger and action descriptively – this improves canvas readability and makes Version History entries clear. Save and name a Version History checkpoint before any major structural change.

Test with a live contact before publishing. Use the keyboard shortcut list (accessible from the keyboard icon in the top-left) to speed up canvas navigation on large workflows.

How It Connects to the Rest of HighLevel

  • Workflow Builder and Automation Engine – the Advanced Builder is a mode within the Workflow Builder, not a separate feature. All triggers, actions, conditions, and workflow settings available in the Standard Builder are equally available in the Advanced Builder. The execution engine is identical in both modes.
  • Workflow Version History – every save made in the Advanced Builder is recorded in Version History the same as Standard Builder saves. Naming triggers and actions descriptively in the Advanced Builder makes Version History entries cleaner and more useful when browsing past states to identify what changed.
  • Tag-Based Automation – Trigger Go-To connections are particularly powerful with tag-based triggers. Multiple tag triggers can be routed to different Delinked Node clusters in one workflow, so each tag fires a distinct sequence without any if/else branching needed at the entry point.
  • Multi-Channel Campaigns – multi-channel sequences involving SMS, email, voicemail, and call actions mapped across parallel branches are exactly the type of workflow where the Advanced Builder’s freeform canvas and Sticky Note documentation features provide the most value over the Standard Builder.
  • Conversation AI – Conversation AI actions placed within complex branching workflows are easier to configure and test using the Advanced Builder’s Disable Node feature, which allows the AI action to be temporarily bypassed during testing without removing it from the workflow.

Common Questions

Quick Answer: The Advanced Workflow Builder is a freeform visual canvas toggled on from the top-left corner of any workflow. Advanced-exclusive features: Trigger Go-To connections (dashed line routes each trigger to its own start action), Delinked Nodes (parallel independent clusters requiring a Go-To trigger to execute), and Enable/Disable Nodes (pause any action without deleting it). Also includes Sticky Notes, Tidy Up, Workflow Switcher, copy/paste across workflows, Stats Mode, and AI Builder. Contacts follow single enrollment rules regardless of parallel branches. To switch back to Standard Builder, remove all three Advanced-only features first.

What is the Advanced Workflow Builder in HighLevel?

A freeform visual canvas for designing complex automations. Toggle it from the top-left corner of any workflow.

Does not change how workflows execute – it is an editing interface upgrade that supports multiple trigger paths, parallel branches, and advanced canvas tools not available in the Standard Builder.

What is a Trigger Go-To connection in HighLevel Advanced Builder?

A dashed connector that routes a specific trigger directly to a named start action instead of the Root. When the trigger fires, the contact jumps to the connected action and continues from there.

Every trigger must connect to exactly one action. Available in Advanced Builder only.

What are Delinked Nodes in HighLevel?

Independent action clusters on the canvas not connected to the main sequential flow. They will not execute until a trigger Go-To connection points to them.

Allow parallel automation paths in one workflow. Contacts still follow single enrollment rules.

Available in Advanced Builder only.

How do you disable a node in HighLevel Advanced Builder?

Hover over the node and click the pause icon. The node is skipped during execution but all connections stay intact.

Click play to re-enable. No rewiring needed.

Advanced Builder only feature. Remove all disabled nodes before switching back to Standard Builder.

What is the Workflow Switcher in HighLevel?

A panel in the Advanced Builder left sidebar for navigating to other workflows without leaving the current canvas. Browsing or searching by name/tag opens results in a new tab.

Useful for checking connected workflows mid-edit.

What is Tidy Up in HighLevel Advanced Builder?

A one-click auto-layout tool that reorganizes all canvas nodes into a clean hierarchical structure. Does not affect workflow logic or connections.

Best used after heavy editing sessions or on disorganized snapshot imports.

Can you copy and paste workflow branches across different workflows in HighLevel?

Yes. Multi-select nodes with Shift-drag or marquee selection, copy with Cmd/Ctrl+C, and paste into any other workflow with Cmd/Ctrl+V.

Useful for reusing standard branch patterns across workflows without rebuilding them.

What is the Workflow AI Builder in HighLevel?

A feature that generates a complete workflow from a plain-language prompt. Access via Build Using AI in the Workflows list or the in-builder AI chatbot.

Edit after generation using conversational commands or Point and Edit selection. Always test with a live contact before publishing.

What is the difference between Standard Builder and Advanced Builder in HighLevel?

Standard Builder is a top-down linear layout for simple workflows. Advanced Builder is a freeform canvas supporting Trigger Go-To connections, Delinked Nodes, and Disable Nodes.

Both execute workflows identically. You can toggle between them on the same workflow after removing Advanced-only features.

Can a contact run through multiple branches at the same time in HighLevel Advanced Builder?

No. Single enrollment per contact is enforced regardless of how many parallel branches or Delinked Node clusters exist.

A contact follows one path at a time. Re-entry is possible per workflow settings, but each run is still one enrollment on one path.

Handle the most complex HighLevel automations your – start your free trial today

The Advanced Workflow Builder is included on every HighLevel plan at no extra cost. Start your free trial today.

Try HighLevel Free

To Wrap It Up

The Advanced Builder does not make workflows smarter. It makes complex workflows manageable to build, document, and hand off.

The three Advanced-only features are the ones worth learning first. Trigger Go-To connections clean up entry logic.

Delinked Nodes consolidate parallel paths into one canvas. Disable Nodes save significant time during testing.

Everything else – Sticky Notes, Tidy Up, Workflow Switcher – adds up to a workspace where you can think clearly about a 40-step automation without the canvas becoming a wall of tangled lines.

The Standard Builder is not going away and remains the right choice for simple linear workflows. The Advanced Builder is for everything that outgrows a top-down list.

  1. Toggle to Advanced Builder on any existing workflow and spend 10 minutes exploring the canvas before building anything new – understanding the visual language of solid vs. dashed connectors and isolated clusters pays off immediately on the first complex workflow you build
  2. Use Trigger Go-To connections to replace any workflow that currently handles multiple entry paths with a large if/else at the top – it cleans up both the logic and the canvas substantially
  3. Add Sticky Notes as the first action when starting a complex new workflow, not as an afterthought after the canvas is already messy
  4. Use Disable Nodes as your default testing method for isolating problem actions – it is faster and cleaner than deleting and rebuilding
  5. Copy/paste standard branches across workflows rather than rebuilding the same logic repeatedly – five minutes of setup on the first build saves that time on every subsequent workflow that needs the same pattern

A well-built Advanced Builder workflow is one that another person can open, read the canvas, and understand what happens and why – without needing to ask you.