When to use it
You configure step values any time you add or edit an HTTP request step. If the Run check panel flags missing values, this is where you resolve them.Key concepts
Value sources. The source determines where the value comes from when the step runs. Different sources suit different use cases:| Source | Best for |
|---|---|
| Run input | Values that the caller supplies fresh each run (IDs, user-provided data) |
| Variable | Values declared once and reused across multiple steps |
| Derived value | Values computed from a preset, another variable, or a step output |
| Step output | A response value captured from an earlier step in the same journey |
| Hard-coded | Values that never change between runs |
| Environment value | Base URLs and service-level config tied to the active environment |
| Secret reference | Credentials, tokens, and keys — resolved at run time, never displayed |
| ”Me” value | User-specific context resolved for the person running the journey |
How it works
Open a step in Build mode. Each configurable field shows its current source and, if one is set, a preview of what the value resolves to (where possible — secret values and unresolved run inputs won’t preview). To change a field’s source, select the field and choose a new source from the dropdown. Depending on the source type you’ll be asked to:- Run input — choose or create a named run input
- Variable — choose a declared variable
- Derived value — choose a step output, preset, or other declared source
- Step output — choose the step and the named output to reference
- Hard-coded — type the literal value directly
- Environment value — choose the environment key to pull from
- Secret reference — select a secret by name (the value is resolved by the runner, not stored here)
- “Me” value — select the user context field to use
Examples
Wiring a path parameter to a step output:Related pages
HTTP request steps
How request steps are added and configured.
Step outputs
Capture response values to use as sources in later steps.
Values panel
The journey-level view of all run inputs, variables, and derived values.
Value resolution order
Full precedence chain for how values are resolved at run time.

