Filter the values equal

Hi everybody
I’m trying to filter values equal into a new list
So hope to get some help!
Thanks

Something like this?

1 Like

Thanks so much @Robert2017 This is the answer I need

1 Like

You can also use node List.GroupByKey which does all that in one step :slight_smile:

3 Likes

Oh It’s great
Thanks @alvpickmans for help!