Skip to content

Pluck Node

Utils/Array

Reads one field out of every element

array_pluckstd
Inputs3
Outputs1
Security exposure10/10
Packagestd

Ratings

Scores range from 0 to 10. Higher values mean more impact, exposure, or operational weight.

SecurityAttack surface and exposure impact.
10/10High
PrivacyPotential sensitivity of processed data.
10/10High
PerformanceRuntime or resource pressure.
10/10High
GovernancePolicy, audit, or compliance impact.
10/10High
ReliabilityOperational stability considerations.
10/10High
CostExternal or compute cost impact.
10/10High

Input Pins

3

Array

Generic Array
array_in

Your Array

Generic type enforced

Key

String
key

Field to read from each element, dot notation for nested fields (customer.address.city). Empty uses the element itself

Skip Missing

Boolean
skip_missing

Drop elements that do not have the field instead of emitting null

Default true

Output Pins

1

Values

Generic Array
values

The field value of every element

Node Info

Internal name
array_pluck
Category
Utils/Array