Login

New user? Create an account
Forgot your password? Get it back!

Sign up

New user registrations are currently disabled or by invitation only. Please contact us today to get started.
Already a member? Login

2FA

2-Factor Authentication is enabled for this account
Login with a different user

Email Confirmation

Send confirmation email to the following
Login with a different user
Operation Operators
Last updated: 21 December 2025

Help Documentation

Main Operator Documentation

Operation Operators

Operation Operators are used to allow Automations to loop over list items and perform actions on each element individually.

The currently available Operation Operators include:


Add to List

Add to List Operator is used in an Automation flow to add items to a list during execution.

Input Fields (Settings)

  • Default Configuration: This picklist field enables you to choose a default configuration. This will automatically populate all fields for that operator with default configuration values wherever available.
  • List: The list you want to add items to.
  • Item to Add: The items you want to add to the list.

Output Fields

  • List: The list to which items were added to.
  • Item: The items that were added to the list.

Iterate

Iterate Operator is used in a Automation flow to go through a list of records one by one and perform actions on each item in that list.

Input Fields (Settings)

  • Default Configuration: This picklist field enables you to choose a default configuration. This will automatically populate all fields for that operator with default configuration values wherever available.
  • Input List: The list that Iterate operator will loop through.

Output Fields

  • Input List: The list that Iterate operator looped through.

Make a List

Make a List Operator is used in an Automation flow to create a list.

Input Fields (Settings)

  • Default Configuration: This picklist field enables you to choose a default configuration. This will automatically populate all fields for that operator with default configuration values wherever available.
  • List Type: The type of list that is to be created.
  • List Name: The name of the list that is to be created.
  • Inputs: The items that are to be added to the list.

Output Fields

  • List Type: The type of list created.
  • List Name: The name of the list created.
  • List: The list that is created.

Remove From List

Remove from List Operator is used in an Automation flow to remove items from the list.

Input Fields (Settings)

  • Default Configuration: This picklist field enables you to choose a default configuration. This will automatically populate all fields for that operator with default configuration values wherever available.
  • List: The list you want to remove items from.
  • Item to Remove: The items you want to remove from the list.

Output Fields

  • List: The list from which items were removed.
  • Item: The items that were removed from the list.