Lists to Item Loop

Hello all,

I am trying to create a graph that will obtain a list of drafting views from an excel list and copy all detail elements to a new set of drafting views. However, I am running into one major issue. I am using the Element.CopyFromViewToView from the Rhythm package, but it appears the node will only accept items as the source and destination views.

Is there a workaround for this? I was thinking of a loop function but am not sure how I will pull this off…

Thanks for any input and help!

Try setting your lacing to longest or using levels on the CopyFromViewToView node.

List.map could also help here.