Components
Var
Sets a value which can then be referenced in other tasks.
Categories: Helpers
Type: var/v1
Actions
Set Value
Name: set
Assign value to a variable that can be used in the following steps.
Properties
Name | Label | Type | Description | Required |
---|---|---|---|---|
type | Type | STRING OptionsARRAY, BOOLEAN, DATE, DATE_TIME, INTEGER, NUMBER, OBJECT, STRING, TIME | The value type. | false |
value | Value | ARRAY Items[] | Value of any type to set. | true |
value | Value | BOOLEAN Optionstrue, false | Value of any type to set. | true |
value | Value | DATE | Value of any type to set. | true |
value | Value | DATE_TIME | Value of any type to set. | true |
value | Value | INTEGER | Value of any type to set. | true |
value | Value | NUMBER | Value of any type to set. | true |
value | Value | OBJECT Properties{} | Value of any type to set. | true |
value | Value | STRING | Value of any type to set. | true |
value | Value | TIME | Value of any type to set. | true |
Example JSON Structure
{
"label" : "Set Value",
"name" : "set",
"parameters" : {
"type" : "",
"value" : "00:00:00"
},
"type" : "var/v1/set"
}
Output
The output for this action is dynamic and may vary depending on the input parameters. To determine the exact structure of the output, you need to execute the action.