Skip to content

Filter Node

Utils/Array

Keeps the elements whose key passes a comparison

array_filter_bystd
Inputs7
Outputs3
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

7

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

Operator

String
operator

How the key is compared against the value

Default Equals
EqualsNot EqualsContainsStarts WithEnds WithGreater Than+6 more

Value

String
value

What to compare against. In List takes a comma separated list

Compare As

String
compare

Comparator used by the ordering operators

Default Auto
AutoNumberTextText (Natural)Text (Ignore Case)Date+1 more

Ignore Case

Boolean
ignore_case

Compare text without regard to upper/lower case

Default false

Invert

Boolean
invert

Keep the elements that do not pass instead

Default false

Output Pins

3

Array

Generic Array
array_out

The kept elements

Generic type enforced

Kept

Integer
kept

How many elements passed

Removed

Integer
removed

How many elements were dropped

Node Info

Internal name
array_filter_by
Category
Utils/Array