💼Toolbox

Toolbox contains a selection of useful actions, such as conditional logic, that enables you to control what actions your pipes run.

Available Actions

  • If-then - Make your pipe run different actions depending on desired conditions

  • Only Continue If - Stop your pipe from running if it did not receive the desired input

If-then

Do note if you have an existing pipe, "if-then" will only appear at the last step.

  1. Select Toolbox as the app

  2. Select If-then as the action event.

Initial Set-up

  1. Once you have selected the If-then action, 2 branches will appear (a branch is a set of actions that you want your pipe to run when certain conditions are met):

    Default If-then branches
  2. Click on one of the branches. A window will appear where you can configure your desired condition, as well as actions to take if the condition is met: You can give your branch an unique name to avoid any confusion under "Branch Name"

Configuring your condition

  1. In the "Field" input box, select the variable that you want to check.

  2. In the "Is or Is Not" and "Condition" input boxes, configure the logical rule you want to apply.

  3. Finally, in the "Value" field, input the value that you want to compare the variable against.

  4. You can also click the "And" button to add more logical rules.

Test condition

  1. Click Test Step.

  2. If the test data has met the conditions, you’ll see a confirmation that the Pipe would have continued.

  3. If the test data has not met the conditions, you’ll see a confirmation that the Pipe would not have continued. This doesn't stop you from building your pipe.

Adding actions

  1. Verify that you are in the desired branch's window. The background should be pink and you should see "back to pipe" in the top left corner.

  2. You can add actions by clicking the "+" button in between steps.

Only Continue If

Initial Set-up

  1. Select Toolbox as the app.

  2. Select Only continue if... as the action event.

Set up action

  1. In the "Field" input box, select the variable that you want to check.

  2. In the "Is or Is Not" and "Condition" input boxes, configure the logical rule you want to apply.

  3. Finally, in the "Value" field, input the value that you want to compare the variable against.

  4. You can also click the "And" button to add more logical rules.

Test action

  1. Click Test step.

  2. If the test data has met the conditions, you’ll see a confirmation that the Pipe would have continued. If the test data has not met the conditions, you’ll see a confirmation that the Pipe would not have continued.

Supported comparisons for data types

All types

  1. Equals to

  2. Empty

Text

  1. Contains

Number

  1. Less than

  2. Less than or equals to

  3. Greater than

  4. Greater than or equals to

Date

  1. Before

  2. After

Supported date/time formats:

30/12/24 
30/12/2024 
30 Dec 2024
30 December 2024
2024/12/30
30 Dec 2024 13:30 PM 
30 Dec 2024 13:30:59 PM 

Last updated

Was this helpful?