End (Return Data)
Returns an object at the end of a Function flow. When another flow calls the Function flow with the Call Function component, it can access the returned object.
Note: This component can only be used as the last component in a flow.
Inputs
Return Values
A list of values to return from the flow.
Name
The name of the return value.
Value
The value of the return value.
Type
The data type of the return value.
The available options include:
- Array
- Boolean
- Number
- String
Array Item Type
Note: This option is only available if the Type is Array.
A JSON Schema that defines the structure of each object in the array.
Updated 8 months ago