Deleting similar items in ItemList node

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Cheron

Hi Guys !

I’m currently struggling to find the way to delete similar items (for example: which have similar icons) in ItemList node.

Input:
I have different items in ItemList node – all of them have icons, some of these items(icons) are repeating/similar.

Output:
I want to have only unique instances of these items in my ItemList

Is it possible to somehow dynamically sort it trough and keep only unique -one instance of each item icon?

Do you know how you would make a comparison between two items in the list to know if they are duplicates? What attribute of these items would tell you that they are the same?

caprinae | 2020-04-16 18:09