Filter difference curve length

Hi, I want to filter curves follow each groups have curve length such as picture. How do i do it ?

try List.GroupByKey and feed Curve.Length>Math.Round into the key input.

1 Like

What am i doing wrong. I am trying to filter out curve length less than 800.

Try replacing the nulls from the > node with a false.

How to do it?