Skip to main content

Pick

Pick entries from an object by a key

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 pick from

Keys

K

String

List

The keys to pick

Outputs

Name

Abbreviation

Type

Access

Description

Object

O

Object

Item

The object with the picked keys

How-to

  1. Feed in an object

    This can be from construct object or any node that results in an object

    Use map to process Lists of objects

  2. Feed in a key or a list of keys.

  3. The result is the object entries for those keys

Did this answer your question?