Values Of Object
Creates a list of the property values of object
Description
Creates a list of the property values of object.
Example:
-
inputs
- source =
{ "user": "barney", "age": 36, "active": true }
- source =
-
outputs
- result =
[barney, 36, true]
- result =
Inputs
- Source (Object): The object to query. JSON object or string
Outputs
- Result (Object): Object values in the form of array
- Error Flow (Error Flow): Triggered by providing incorrect json or string