Output Node
Overview
The Output Node is the final node in a flow, responsible for formatting and returning the flow's response. It allows you to template your response using variables from previous nodes, making it flexible for various use cases from simple text responses to complex formatted outputs.
Usage cost: 0 credit
Configuration
Settings
Response Template (Required):
A text field that supports variable interpolation
Can access any variable defined by previous nodes in the flow
Output
response (string): The final interpolated response string
Best Practices
Variable Usage
Always validate that required variables exist in the flow
Last updated