Step: Define Variable
- Key:
define-variable - Category: Variable Manipulation
- Description: Define a new variable with an initial value.
Inputs
- name (text, required): Variable name
- type (select, required): string, number, boolean, array, object
- value (long-text): Initial value
Outputs
- value (text): The variable value
Notes
- Variables persist across subsequent steps within a single execution.

