Skip to content

Max By Node

Utils/Array

The element with the largest key

array_max_bystd
Inputs3
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

3

Array

Generic Array
array_in

Your Array

Generic type enforced

Compare As

String
compare

How the key values are ordered. Auto reads each value and falls back to text

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

Missing Values

String
nulls

Where elements without a key value end up

Default Last
LastFirst

Output Pins

3

Element

Generic
element

The element with the largest key

Index

Integer
index

Position of the element in the array

Found

Boolean
found

False when the array was empty

Node Info

Internal name
array_max_by
Category
Utils/Array