Removal of an empty value

Hi Guys , Im new to Dynamo. Stuck on this for sometime . I’m trying to remove a blank or null value from the list. Be grateful for any advice . J

List.clean should do it

Thanks Andrew. It still remains unfortunately. Maybe I’m missing something in the List.Clean application.

Maybe with a python-node like this?

Try checking the object type @D24126207 . My guess is that it’s an empty string ("") instead of a null value.

If so, List.RemoveIfNot should do the trick.

1 Like

It’s because you are preserving the indices. Put it to false

2 Likes