If-Statement Issue

Hi All,

I have the following issue. I think the image is sefl-explainatory:

Why “IF” doesnt take my list of 9 elements?

Thanks in advance.

I’m using it like an “Error Catcher”:

You are feeding a single bool so the node is pulling the one false test not 9 tests and therefore gives you the single list depth. Set the lacing in the test node to longest. :slight_smile:

1 Like

You’ll most likely also want to match your list structures between true and false. You can do this by chopping your polycurve list by a length of one (1).

EDIT:

1 Like