Primitive
data.coalesce
BETAShort name: coalesce
Version: 1.0.0
Return the first non-null and non-undefined value from an array.
Back to primitive libraryInputs
| Key | Type | Required | Description |
|---|---|---|---|
| values | array | true | Candidate values. |
Outputs
| Key | Type | Required | Description |
|---|---|---|---|
| result | any | false | First non-null/undefined value, otherwise null. |