Hi there.
I’m new to dynamo so apologies in advance. I tried to find a similar post but I could find anything.
I am trying to take an excel list of drafting views and insert them from one project to another project.
My thinking was I would get all the drafting views from the file and use “Setintersection” to find the views from the excel list.
Unfortunately, I have had to use the view names from the elements and to put them into “Setintersection”. my problem now is “copydraftingviewsfromdocument” only accept elements.
Is there a way to set the list automatically and remove unwanted elements so I don’t convert it to a string? or, is there a way to take the string values and find the elements?
I just want to say a big thanks to @john_pierson for the copydraftingview node and blog
Any help would be appreciated.