Overview
Thearray-unique transformation returns an array containing only unique values, removing duplicates.
Syntax
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
variable | array | Yes | The array to get unique values from |
Get unique values from array
array-unique transformation returns an array containing only unique values, removing duplicates.
| Parameter | Type | Required | Description |
|---|---|---|---|
variable | array | Yes | The array to get unique values from |