Replace empty lists with another value

Hi,

I’m trying to replace the empty lists in this example that I’ve recreated for simplicity. As you can below see it’s not working, including using a node that’s supposedly specifically made to deal with this. What’s the way to achieve this?

Hi,

As the name suggests “Replace empty list”, you can see it is asking the replacement also to be a list but you are trying to replace a value with list. What you need to do is create a list with your value (No Description). Then connect tat list to Replacement.

Regards,
Malthesh

For some reason it’s still giving me null, even after I tried updating my clockwork package.

Anyway, I solved it by replacing the nulls afterwards with what I want. It’s strange that the same does not work as easily for empty lists. Thanks for the help!