Skip to content

Sort Node

Utils/Array

The sorted array

array_sortstd
Inputs4
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

4

Array

Generic Array
array_in

Your Array

Generic type enforced

Descending

Boolean
descending

Sort from largest to smallest

Default false

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

1

Array

Generic Array
array_out

The sorted array

Generic type enforced

Node Info

Internal name
array_sort
Category
Utils/Array