Is List.UniqueItems broken, or am I missing something?

I’ve got a block of items that I’d like to sort and sum their aggregated values for, but I know that long term the exact values will change based on user input and project needs. I was thinking I could get the list of sorting paramater values, and then get unique items on that list, and then use those items to sort my overall list, but UniqueItems is returning exactly the same values going into it. What am I missing here?

eaurggh, Found it. Lacing set to longest. I always miss lacing.

List levels likely fixes this also. If you run this @L2 it should target the actual list contents.

1 Like