Welcome to Albato Help

How to Use the Router Tool for Conditional Automation in Albato


IN THIS ARTICLE

The Router tool directs an automation to different steps based on a condition. Use it when the next action depends on a value, such as an order total. It follows this logic:

IF condition → THEN start step A → OTHERWISE start step B

 

How to Use the Tool

This example assigns orders to managers based on the order value.

A company receives orders from an AliExpress store and creates tasks for its managers in HubSpot CRM. One manager handles orders under $10,000 and another handles orders over $10,000. Router selects the relevant path based on the order value.

The condition can also be set based on other order parameters, defined from the trigger.

 

How to Set Up the Tool

Create the automation steps for both paths, then add Router after the trigger and specify which step each path should use.

  1. Access the automation, click the symbol + just below the trigger and select the Tool option.

Albato_Router tool_step1.png

  1. Then look for the Router tool and click the Select button to proceed.

Albato_Router tool_step 2.png

  1. Configure the following fields:
  • If: Select the value to compare and define the condition that determines the path.
  • Then: Indicate the step to which the transition will occur if the condition is met.
  • Otherwise: Indicate the step to which the automation will proceed if the condition is not met.

Albato_Router tool_step 3.png

Important: Add a Break step to separate the two paths and stop the automation at the end of the first path.

Without this stop, the automation continues through subsequent steps, including steps intended for the other path.

  1. To add it, click the symbol + just below the automation step with the first condition and select the Tool option.

Albato_Router tool_step 4.png

  1. Then look for the Break tool and click the Select button to proceed.

Albato_Router tool_step 5.png

The structure is shown below.

Albato_Router tool_preview.png

As a result, the automation will look like this:

Albato_Router tool_step 6.png

  1. After completing the configuration, click Start.

Did this answer your question?