Skip to main content

Overview

The array-unique transformation returns an array containing only unique values, removing duplicates.

Syntax

array-unique(<variable>)

Parameters

ParameterTypeRequiredDescription
variablearrayYesThe array to get unique values from

Examples

array-unique(<variable>)