IF node output list is copying the size of the opposing list

Even though the input of this if node is false, the output is treating the size of the false input list the same as the true input list and is creating a large empty list. I would like the false output to be a single empty string.

Hi @ssimpsonHU35B ,

For an If-Statement where you have different lengths of True/False please use the ScopeIf node :slight_smile:

PS: If that doesn’t work or your list structure gets a bit more complicated, use the ScopeIf+ node from the Clockwork package instead

This has been changed in newer versions. For older versions there are dozens of posts just like this with explanations and workarounds already on the forum. Search for similar topics and see if that helps you out.