Skip to main content

Workflow Action: Go To

The Go To action reroutes a contact to a specific step elsewhere in the same workflow, allowing you to reuse logic and control flow without duplicating actions.

Updated over 3 months ago

Who This Is For / When to Use

Use the Go To action when you want to:

  • Redirect contacts based on conditions or outcomes

  • Rejoin workflow paths after branches

  • Prevent contacts from receiving duplicate messages

  • Simplify complex workflows without rebuilding steps

What the Go To Action Does

The Go To action sends a contact to a selected step within the same workflow.

Key rules:

  • The Go To action can only be placed at the end of a workflow path.

  • It can be used at the end of a standard path or under an If/Else branch.

  • It cannot be placed in the middle of a path.

How to Add a Go To Action

Step 1: Open the Workflow

  1. Go to Automations > Workflows.

  2. Click Create Workflow or open an existing workflow to edit.

Step 2: Add the Go To Action

  1. Click the + icon at the end of a workflow path.

  2. Search for and select Go To from the action list.

Step 3: Select the Destination Step

  1. Click Save.

  2. All available steps in the workflow will highlight.

  3. Click the step where the contact should continue.

Once selected:

  • A dotted line appears showing the redirection path.

  • A Go To indicator appears beneath the action.

Changing or Removing a Go To Connection

If you need to change the destination step:

  1. Hover over the Go To action.

  2. Click Disconnect GoTo.

  3. Select a new destination step.

This removes the existing link and allows you to reroute the contact.

Example Use Case: Avoiding Duplicate Follow-Ups

Scenario

An abandoned checkout workflow should:

  • Follow up with contacts who did not purchase

  • Stop messaging contacts who completed a purchase

Workflow Logic

  1. Trigger: Abandoned Checkout

  2. Email: Cart reminder

  3. Wait: 1 day

  4. If/Else: Check if tag includes "Purchased"

    • Yes branch: Use Go To to skip follow-ups

    • No branch: Continue reminder sequence

The Go To action redirects purchasers to a later step, preventing duplicate emails.
​

Common Issues and Fixes

Go To option not available
Ensure the action is placed at the end of a workflow path.

Cannot select a destination step
Confirm the step exists earlier in the same workflow and is not part of a restricted loop.

Unexpected contact behavior
Check for multiple Go To actions pointing to the same step or conflicting branches.

FAQs

Where can I use the Go To action?
Only at the end of a workflow path or at the end of an If/Else branch.

Can I send a contact backward in a workflow?
Yes. You can point the Go To action to a previous step in the workflow.

How do I confirm the Go To action is active?
A dotted connector line and Go To indicator appear once configured.

Can I remove a Go To after saving?
Yes. Use Disconnect GoTo to unlink and select a new destination.

Did this answer your question?