Remove certain values/string from list

Hi!
I’m trying to remove the “surface” value from my list of lines, so that just the lines are left in the list. I’ve tried the SetDifference node, with no luck. Switching the order of inputs of lists just returns “surface”.

Use an Object.Type node as a means of building a filter.

1 Like

image

6 Likes

Thank you! @jacob.small @jostein_olsen