How to insert family permanently in revit by using nodes

when I insert a family by using Dynamo, family vanishing when we change the connected wires. how can we insert a family permanent by using nodes. I can do it by using python codes.

A. Don’t change the wires. That’s why it is called Dynamo. Dynamic.
B. Switch the run mode to manual at the bottom of the screen. You’ll need to understand how the code runs and then “holds on” to the items in the graph until there is a change that will update info from the Revit DB. (Most people just use a Boolean somewhere along the line to toggle an update.
C. Run it through Dynamo Player.

1 Like