Please use the <\>
code format when posting code
The zip(rebar, spacing, array_length)
function is expecting three iterables such as a list. Ideally these are the same length, otherwise the data will be truncated
It appears one of the inputs, which are unknown as you have not provided the information, is not a list (or iterable) so the zip function cannot process the given variables
When you get a spare moment take the time to read How to get help on the Dynamo forums