Declare Variable
Creates one or more variables that can be referenced later in the flow.
Inputs
Variable Name
The name of the variable.
Value
The value of the variable.
Type
The data type of the variable.
The available options include:
- Array
- Boolean
- DateTime
- Decimal
- Guid
- Integer
- Object
- String
Outputs
The defined variables.
Updated 5 months ago