How to select only groups with more than one iten - Groupbykeys

I’m new on dynamo. i am trying to separate element that has a specific parameter repeated. For example I want to separate the items that have two items in each list from those that only have one… Does anyone know if there is a specific node for this?

Thanks!!!

Hi Imanoel,

It is indeed possible you just need to read the relative list lengths using a ‘count’ node then extract the lists which are longer than 1 to create the separate lists. See my example below:

1 Like

Works!!! thank you very much!!!