The values task returns an array whose elements are the enumerable property values of a given object.
Use values to create an array for use in a loop later in the workflow. This task is most commonly used in combination with other tasks in an automation workflow.
In this example, the obj keys are "first" and "last" with values "myFirstName" and "myLastName" respectively.

The outgoing values array contains the two property values:

In this example, the obj key is "name" and its value is an object containing "first": "myFirstName" and "last": "myLastName".

The outgoing values array contains the nested object as an element:
