[Solved] Empty list component?

How can I define an empty list?
Is there a component for that?

I guess you can use Cull Index with a single value and the index=0…

It worked with empty panel :slight_smile:

@ivelin.peychev

What are you trying to do?

I was trying to create empty list inside GH_Python and use that for Insert_Item component.
It was a Generic Question again.

For examples if I want two or more insert_item components to write(append) to the same list first I wanna create it somehow and there’s no component for that.