Remove Empty Items from Lists

Here is yet another way, but I was looking for something better. Thank you for showing the method with Replace Members


I spoke to soon. How is the panel with the < empty > created?

So far, I have only had success by directly entering "" directly into the Set Data Item of the F input.

You can do with out Member Index and Cull Index and just use Replace Member:slight_smile:

replace empty with null item (from plugin), test for invalidity

What plug-in and why?

this one comes from wombat, believe there are a few others

Okay. But it can be done natively with Replace Members or Replace Items as long as you understand that to target emptys you use an empty panel, and to target nulls you use the empty string “”. This is the lack of knowledge I was stumbling through.