Delete duplicate types in list and order numeric

Hi there,

I’m trying to delete duplicate types in my list, I’ve been trying with the unique.items nod, but that doesn’t work. Any ideas on this?

The next step would be to order the list numeric, so E001, E002, E003, etc.
I’ve tried list.sort, but this also doesn’t work.

I hope somebody can help.

You need to use something that’s comparable, like a string (element name or type name most likely). Elements themselves usually aren’t directly comparable.

1 Like


i had similar issues with roomnumbers, shared parameters,…

f.e. you could also create just a schedule with count Item and sort by number(if there are duplicates), switch of the box unique item and you can see fast duplicates!
2022-03-16_16h31_35
KR
Andreas

1 Like