Hey all, I’m brand new to Dynamo but pretty fluent in grasshopper. How can you connect multiple wires into a single port? In GH its just a matter of holding shift. The task I am trying to preform is to plug multiple number sliders into the ‘indices’ port on the ‘list.removeitematindex’ node.
Please help,
Dan
1 Like
I guess you could connect your sliders in a “List.create”, and then connect that output to the node
Currently you can’t (0.8.0)
The option is to turn the sliders into a list and drop that into the indices input.
*Sylvester nailed it while I was typing my example! :mrgreen:
Thanks guys, that worked perfectly.
Cheers,
Dan