Split a list into its unique values and their repetitions

Hi!

I have the following lists with repeated data. I was able to delete repeated items with “Delete Consecutive” componente.

But I also need a separate list of all the values that were identified as repeated. For example, for the branch {0} = 1,2,4,5,8,10,11, for branch {1} = 6, and so on…

Any ideas?
Thanks!


repeated_re.gh (7.8 KB)

3 Likes

Thanks! that was really handy!