Declare variables
Declares multiple variables simultaneously to store data while the Flow is executing.
- Variables can be either
global
orlocal
(default). Local variables can be used only within the scope it is declared in. Global variables can be used in the entire Flow, including within Functions and Extension flowcharts. - Each variable needs to have a Data Type to be valid. (If the Data Type is missing, it will not appear in variable selectors, for example, trying to use it as an argument to a Function).
Read more about variables in .NET here
Properties
Name | Type | Description |
---|---|---|
Title | Optional | The title or name of the action. |
Variables | Requires | Defined variables. |
Description | Optional | A brief description of the variable's purpose. |