How can we get distinct values from an array in ADF ?

Unnati Singh (MINDTREE LIMITED) 1 Reputation point
2021-04-01T12:52:42.46+00:00

Hi all ,

Suppose an array : [200;455;677;344;344;677] , I want this array to become distinct and give an output as : [200;455;677;344] .

Note : This array is a record of single row in a table.

This is to be done in data flow through expressions and functions .

Please give a solution for the above issue.

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,651 questions
{count} votes