get uniques values for a dropdown

0
How can I get unique values for a dropdown? I have different objects with the same attribute names. The goal is to remove objects with duplicate names.
asked
1 answers
2

Hi Stevenson,

You can use the option “Union” from the list operation action  on the same list to solve your problem. 

 

If you have issue with that you can always iterate through the list and check if their is something similar.

 

I hope this helps,

Ricardo Pereira

answered