Hi, I’m fairly new to Dynamo and have created a couple of scripts successfully. I’m currently working on a script that would take a list from an excel file and use it to import model groups based on that list.
I’ve discovered that the REVIT API doesn’t allow for importing groups(correct me if I’m wrong here), but I found a script that will copy and paste groups from a file. This would work for me, however if I setup a source file to copy and paste the groups from, I don’t want all of the groups to get copied over.
I’m hoping that someone can help me make modification to a python script node that would allow an input for the list of model groups to get copied.
I found a custom python script that will load all groups in a revit file, Load Groups into revit with Dynamo
The txt file in that thread by @NLDaniel is close to what I need, I just don’t know how to modify the script. I would like to have an input for a list to copy and paste only groups within the list.
Or maybe someone has an easier solution?
Thanks in advance for any help.