Display
A pass-through node that renders its input visually on the canvas. The output is identical to the input — nothing is modified.
Inputs
| Field | Type | Required | Description |
|---|---|---|---|
| (connected handle) | any | Yes | Connect any node's output handle to the Display node |
Output
Type: same as input
The exact value received from the connected node.
Example
Connected input: "The capital of France is Paris."
Output: "The capital of France is Paris."
Notes
- The Display node is used purely for visibility — it lets you inspect intermediate results without breaking the flow.
- It is not required at the end of a flow. Any node's output can be read from the right-side pane.
- Using Display on large outputs (long text, big JSON) is fine — it does not truncate.