Best way to dedupe an array?

I have an array for a Loop output, but this list has duplicate values.
What is the best way in ICON to dedupe this?

I believe you can use the Combine Arrays action with your loop output and an empty array in the Type Converter plugin to dedupe entries in an array.

unique plugin?

I did not realize that you could use the same array twice in Combine Arrays to dedupe it, worked perfectly