Use this as a labeled pass-through while you're building or debugging a flow — for example, routing a wire through a named node so you can see exactly what value is flowing past a specific point, without changing that value at all.
Category: General
Kind: Operation
Description: outputs the value that is passed in
Inputs
Name | Abbreviation | Type | Access | Description |
in | I | Any | Item | the value to output |
Outputs
Name | Abbreviation | Type | Access | Description |
out | O | Any | Item | the value that was passed in |
How to
Add the Identity node.
Wire any value into "in".
The same value comes out of "out", unchanged.