Skip to main content

object values

Get the values of an object as a list

Holly Conrad Smith avatar
Written by Holly Conrad Smith
Updated over 2 weeks ago

Inputs

Name

Abbreviation

Type

Access

Description

Object

O

Object

Item

The object to get the values of

Outputs

Name

Abbreviation

Type

Access

Description

List

L

Any

List

The values of the object

How-To

  1. Feed in an object

    This could be from construct object or the result of almost any node that creates Objects

  2. The result is a list of the object’s values

    The process a list of objects, use map.

Did this answer your question?