Identity Function
Outputs the input. i.e. id :: a -> a
This action will just output the provided input. The action can be useful in various situations when building flows, like reusing an extracted JSON field.
Overview
The Identity Function simply outputs the input value as is, without any modifications. This is useful for passing values through a pipeline or returning the same value when no changes are needed.
Inputs
Name | ID | Description |
---|---|---|
Value | value | The input value that is returned as the output. |
Outputs
Name | ID | Description |
---|---|---|
Value | value | The output value, which is the same as the input value. |
Notes
- This function acts as a simple identity operation, where the input is returned unchanged.
- Action ID for this operation:
8b19e67f-5c37-458e-9ff4-e6a1612ca46e
.
Updated 29 days ago