Indices of Unique List of Lists

Hi,
I’m trying to get indices of unique items (list) in a list - Level 2 of sorted list.
List.UniqueItems seams to work but I can’t get indices. No matter how lacing is set.
Any idea ?

Thanks
PS

Hi @Przemyslaw_Stepien

1 Like

Thanks for prompt response. I don’t quite get the outcome.
Why is not like this:

PS

@Przemyslaw_Stepien You could use list comprehension and range to check for duplicate indexes and append them to get the result.

Thanks, works like expected :slight_smile:
Looks like 2021 would be a Python exploration year …

For reference - List.UniqueItems doesn’t seam to be the right tool eventually.

Regards
PS