SocialluxSociallux
Toggle navigation menu
Docs navigationv

Primitive

data.coalesce

BETA

Short name: coalesce

Version: 1.0.0

Return the first non-null and non-undefined value from an array.

Back to primitive library

Inputs

KeyTypeRequiredDescription
valuesarraytrueCandidate values.

Outputs

KeyTypeRequiredDescription
resultanyfalseFirst non-null/undefined value, otherwise null.