Skip to main content

Create and manage variables

This page explains how to create and manage variables in CloudFlows, including creating, editing, and deleting.

Create variables

How you create variables depends on the scope of the variable.

Global variables

Global variables can be created either centrally from the CloudFlow landing page or directly from within a flow.

Create global variables centrally

You can create and manage your global variables from the CloudFlow landing page, allowing you to define known and reusable data before you start building your flows. This saves time by making your global variables immediately available across all your flows, as you create or edit them.

  1. Select Operate from the top navigation bar, select CloudFlow.

  2. Select Global variables.

    Create a global variable

  3. Select Create global variable.

  4. Define the variable:

    • Name: A name that fits the usage of the variable. Names must start with a letter or underscore and contain only letters, numbers, and underscores.

    • Type: The variable's data type. Allowed values: string, integer, float, boolean.

    • Value: The value of the variable.

  5. Select Create. You can now add the variable to a CloudFlow.

Create global variables within a CloudFlow

You can create global variables from within a CloudFlow. Global variables created within a flow are immediately available for use across all your flows.

Global variables created in a flow are managed from Global variables on the CloudFlow landing page.

  1. Create a new CloudFlow, or edit an existing one.

  2. From the CloudFlow, select Variables.

    Create a variable from a CloudFlow

  3. Select Create global variable.

    Create a global variable from a CloudFlow

  4. Define the variable:

    • Name: A name that fits the usage of the variable. Names must start with a letter or underscore and contain only letters, numbers, and underscores.

    • Type: The variable's data type. Allowed values: string, integer, float, boolean.

    • Value: The value of the variable.

  5. Select Create. You can now add the variable to a CloudFlow.

Local variables

You must be creating or editing a CloudFlow to create a local variable.

  1. Select Operate from the top navigation bar and select CloudFlow.

  2. Create a new CloudFlow, or edit an existing one.

  3. From the CloudFlow, select Variables.

  4. Select the Local variables tab and select Create local variable.

    Create a local variable from a CloudFlow

  5. Define the variable:

    • Name: A name that fits the usage of the variable. Names must start with a letter or underscore and contain only letters, numbers, and underscores.

    • Type: The data type: string, integer, float, boolean.

    • Value: The value of the variable.

  6. Select Create. You can now add the variable from a CloudFlow.

Manage variables

You can edit and delete variables at anytime. How you do this depends on the scope of the variable.

Global variables

You can manage your global variables from the CloudFlow landing page.

  1. Select Operate from the top navigation bar, select CloudFlow, and select Global variables.

    Create a global variable

  2. Select the three dots menu () on the rightmost end of the entry, and then choose the action to perform.

    Select the three dots menu from the rightmost end of the global variable entry that you want to manage a variable from a CloudFlow

Local variables

You can edit or delete local variables from a CloudFlow.

  1. Open the CloudFlow whose variables you want to manage.

  2. Select Variables.

    Create a variable from a CloudFlow

  3. Select the Local variables tab.

  4. Select the three dots menu () on the rightmost end of the entry, and then choose the action to perform.