Identity Function for Strings
Outputs the input.
This action will just output the provided input of type String
. The action can be useful in various situations when building flows, like reusing an extracted JSON field.
Overview
The Identity Function for Strings outputs the input string value as is, without any modifications. This is useful when you need to pass a string through a process without changing it.
Inputs
Name | ID | Description |
---|---|---|
Value | value | The input string value that is returned as the output. |
Outputs
Name | ID | Description |
---|---|---|
Value | value | The output string value, which is the same as the input value. |
Notes
- This function specifically applies to string values and returns the exact same value.
- Action ID for this operation:
b8aaff14-dcfd-43fe-9ee8-a47925ab6f59
.
Updated 29 days ago