Data Flow
Input Data Access
Learn how to access and work with input data in steps.
In Code Steps
In code steps, input values can be accessed directly using the input object. No curly braces are required.
CODE_STEP
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.
Accessing Configuration Fields
Configuration fields can be accessed the same way as regular input fields, using the input
object. The values from both regular input fields and configuration fields are merged into a single object at runtime.
In Code Steps
Configuration values can be accessed directly:
CODE_STEP
In Non-Code Steps
Use double curly braces to reference configuration values:
Related
Was this page helpful?