[data/array/Distinct items filter]
Collects the distinct elements from an array.
Keywords: array, distinct, ns
Input ports
array: any[]
Receives the array to perform the operation on.
Output ports
array: any[]
Sends the array containing the distinct values.