Step: Decrement Variable
- Key:
decrement-variable - Category: Variable Manipulation
- Description: Decrement a numeric variable by a specific amount.
Inputs
- variableName (select, required): Numeric variable name
- amount (number): Decrement amount (default 1)
Outputs
- value (number): New value
Notes
- Initialize variable to a number before decrementing.

