Is there any expression function to retrieve unique or distinct elements from a

Certified Associate Developer
Is there any expression function to retrieve unique or distinct elements from a string/numeric array?
For example : main array = { 20, 10, 30, 10, 30,30, 20, 60, 20}
resultant array should have the value as {20,10,30,60}

Is there a way to achieve this using available expressions?...

OriginalPostID-91563

OriginalPostID-91563

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data