Function StackCommon
Create Variable
Define and initialize a new variable
Overview
Create a new variable that can hold a value, either from a raw input or another variable.
Configuration
- Value – The initial value of the variable. It can be a raw value or derived from another variable.
- Action – Defines a transformation to apply to the value before storing it. The transformed result is then assigned to the variable.