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.
Once the action step is selected, you need to configure it.
- Click Configure Variables.
Result: The "Initialize Variables" window will open.
- Give a relevant name to your variable.
- Chose the type of variable you want to create.
- Enter the value you want to assign to it.
- 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:
- Text: A variable that holds a string of characters, such as words or sentences.
- Number: A variable that holds a numerical value.
- Boolean: A variable that holds a true/false value.
- Lookup: A variable that holds a reference to data stored elsewhere in the flow.
- Object: A variable that holds a group of variables or properties.
- Array: A variable that holds a collection of values of the same data type, such as a list of numbers or strings.
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.
Once the action step is selected, you need to configure it.
- Click Set Value.
Result: The "Set a value to a variable" window will open.
- Select the variable you want to modify.
- Enter the new value you want to assign to it.
- Save and publish/update your flow.
← Previous
Refresh / Save
Next →
Branching
On this page