Swiftybase
Function StackCommon

Update Variable

Modify an existing variable's value

Overview

Update an existing variable by assigning a new value, either from a raw input or another variable.

Configuration

  • Value – The new value to assign to the variable. It can be a raw value or derived from another variable.
  • Action – Defines a transformation to apply to the new value before storing it. The transformed result is then assigned to the variable.

On this page