Skip to main content

Pick

Pick entries from an object by a key

Written by Holly Conrad Smith

Use this when you want to extract specific key-value pairs from an object, by searching for the key key within a flow, for example selecting only the relevant polygons from a larger feature object.

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?