Skip to content

Sum Field Node

Utils/Array

Adds up one numeric field across an array of structs

array_sum_fieldstd
Inputs2
Outputs2
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

2

Array

Generic Array
array_in

Your Array

Generic type enforced

Field

String
field

Field to add up, empty sums the values themselves

Output Pins

2

Sum

Float
sum

Sum of the field

Counted

Integer
counted

How many entries held a number

Node Info

Internal name
array_sum_field
Category
Utils/Array