Skip to main content
Version: Next

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 }
  • outputs

    • result = [barney, 36, true]

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