Identity Function for Boolean

Returns the boolean value it receives, unchanged. Use it to pass a true/false value through, for example to set or rename a value in a flow.

What it does

  • Outputs the same boolean value that was provided as input.

Inputs

NameTypeDescription
ValueBooleanInput value

Outputs

NameTypeDescription
ValueBooleanOutput value

Notes

  • Acts as a simple pass-through for a boolean value within a flow.