Concepts
Variables and saved outputs
Understand reusable values and captured runtime data.
Variables and saved outputs
Variables provide values to a run. Saved outputs capture values produced during a run so later steps can use them.
Variables
Variables can represent customer IDs, emails, plan names, region codes, test data, feature flags, or environment-specific values.
Saved outputs
Saved outputs usually come from response bodies, headers, or script results. A later step can reference a saved output instead of hard coding a value.
Example
A create customer step saves customerId, then a retrieve customer step uses that value in its path.