Hi! i trying use the node “view duplicate” from clockworks to make multiple copies of the same table, but when i assign a list of names in the node, only the first name of the list return with a table.
i want understand why i can make this work properly.
Just for some additional context, the view input is being passed a list of views (1) while the name input is being passed a list of names (10). This is causing the node to treat both inputs equally and match indices which results in only one pair of inputs - hence the one output. Lacing or list levels allows you to force this relationship to continue for each value in the names list, but you could also just provide a single view (not in a list) and the node would automatically iterate over each name.