Skip to main content

Set Variable Action

Set Variable Action assigns or updates a value to a variable for use in subsequent actions within the workflow. It is a fundamental action for storing data, managing state, and passing information between different parts of an automation.

Appearance

In Talos, Set Variable Action appears as a rectangular node with a variable icon, indicating data assignment. It shows the value and the variable that data will be saved.

Decision Icon

Properties

As all Actions, Set Variable Action has a few unique properties that are essential for it's functionality.

Common properties

Common properties inherited from Action.

Display NameString
This is the display name of the action.

By customizing this property, you can differentiate between same type of actions.

Action IDString
Indicates the unique ID of this action.

This property is Read only and it is not customizable

DisabledBoolean
If set to true, this action is considered disabled and will not be executed.
ExpressionExpression
The expression or value to assign to the variable.
VariableString
The name of the variable to set.