Overview
Learn how to access previous step outputs in subsequent steps.
Every step’s output is accessible using the step’s key followed by .output
:
In code steps
In code steps, input values can be accessed directly using the input object. No curly braces are required.
In non-code steps
In non-code steps like model messages, HTTP request URLs, request bodies, and other configuration fields, input values can be referenced using double curly braces.
Code
Learn how to access the output of a code step in subsequent steps.
Model
Learn how to access the output of a model step in subsequent steps.
Browser
Learn how to access the output of a browser step in subsequent steps.
HTTP Request
Learn how to access the output of an HTTP Request step in subsequent steps.
Service
Learn how to access the output of service steps in subsequent steps.
Was this page helpful?