Skip to main content

Identity

Outputs the value that is passed in

Written by Holly Conrad Smith

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

  1. Add the Identity node.

  2. Wire any value into "in".

  3. The same value comes out of "out", unchanged.

Did this answer your question?