Missing parameters

Why do I only get one Height? I would expect there to be 171, the result is the same if I cycle the list.

Hi,

You’re parameterName is in Level.
That is because you receive one value.

Remove the brackets from the “Height” or change lacing to longest.

1 Like

Removed the brackets around “Height” solved it, had been trying with [“Height”,“Width”] first, but that did not work so I thourght Id give it a try with just Height, but didnt remove the brackets.

1 Like