Skip to main content
Passes its input through to its output unchanged.

When to use it

Useful as a placeholder, or to fan out a single source to multiple downstream nodes when the source itself only allows one outgoing connection (for example collecting the output of an Each loop and forwarding it to several consumers).

Ports