Getting Started

Getting Started

Installation

Your First Flow

UI Flow Editor

Triggers

Action Steps

Community

Community version

Troubleshooting

Roadmap

Releases

Variables


This page provides an overview of different types of variables that can be used in a flow, and how to initialize and set them. Variables allow you to maintain and manipulate data throughout your flow, and can hold values. By initializing and setting variables, you can create more complex and dynamic flows that respond to changing conditions and user inputs.

Initialize Variables


This action step enables you to define variables to maintain throughout your flow.

Capture d’écran 2023-05-28 à 18.55.11.png

Once the action step is selected, you need to configure it.

  1. Click Configure Variables. Result: The "Initialize Variables" window will open.
  2. Give a relevant name to your variable.
  3. Chose the type of variable you want to create.
  4. Enter the value you want to assign to it.
  5. Save and publish/update your flow.

<aside> ℹ️ Note: You can only set this action step once in your flow.

</aside>

Types of variables

Here are the different types of variables you can initialize:

List of the different types of variables.

List of the different types of variables.

Set Variable


This action step enables you to change the value of an existing variable.

Capture d’écran 2023-05-28 à 19.19.56.png

Once the action step is selected, you need to configure it.

  1. Click Set Value. Result: The "Set a value to a variable" window will open.

Capture d’écran 2023-05-28 à 19.25.16.png

  1. Select the variable you want to modify.
  2. Enter the new value you want to assign to it.
  3. Save and publish/update your flow.

← Previous

Refresh / Save

Next →

Branching

On this page