I am a new user trying to learn Dynamo. I have successfully created a graph that will copy the detail items, lines, text, etc out of a one drafting view and paste it into a new drafting view I have created. For my next step, I am trying to upgrade this graph so that Dynamo will obtain the original drafting view name from an Excel file, as well as the copy drafting view. However, I am running into two problems (that I know of D: )
I cannot input a list into the “Element.CopyFromViewToView” node. How would I create a loop from my list to feed into the node one at a time?
Why are both options for the “copy drafting view” name coming up false?
I have attached a screenshot of my graph. Please let me know if you have any questions or require any more information. Thank you all for any help!
Thanks all! I’ve managed to update my graph, and it’s slowly getting to where I want it! However, my main problem is still #1. The “Element.CopyFromViewToView” node from the Rhythm package does not seem to accept lists in their view inputs, only items.
What would be a workaround for this? I was thinking perhaps a loop function?
That’s a good question. I can’t give you an answer off the top of my head, but I will say it’s always best to match your list structure. It’s not always necessary but I guarantee it will make your life easier in the long run. (And it keeps your graph clean.)
Again, it’s probably list structure. I assume you’re trying to copy a list of elements from a single view to a single view - however this may be to multiple views in other instances. I think your problem might be because your source view is a list (even though it’s one view) and your destination view is a single item. Flattening your other list of drafting views might fix this.
hi @Nick_Boyts ,
i need help please, i tried to use the node copy from view to view but it doesn’t work with multiple views. i tried to add two views as source views and two as destination views but still doesn’t work. any advice.
I’m guessing it’s because you have an empty list. I also don’t think you’re combining your list of elements correctly - try something like AddItemToFront.
hello @Nick_Boyts
thanks again for your support.but i tried to add items to not have empty list however, still the same and i tried add item to front as well and there is no change.from the moment it is list to copy from to view node it doesn’t work but it works if it is single view .
The package website and in product package manager can take awhile for stuff to show up.
Before you search wait for stuff to populate - you’ll see some packages show up below the search bar. Then try searching for spring and it should be the first hit.
Alternatively you could skip the search and get it off the main page - see the stuff in the highlighted area (sorry for size and format, I’m mobile at the moment).