Load Family to a multiple family documents

Hello! Can you help me to create a definition that loads one family to many documents. Ive been trying something like this, but it doesnt seem to work. It only opens and closes the documents without loading the family.

Load_Additional Families.dyn (22.2 KB)

Hey there
I would suggest putting this in the Python category instead of Revit.

based on your graphs, you are trying to load family in after the document have closed. Try putting the load family node before the document close using your wait node.

for this, if you are trying to create a custom node, try developing it in the main graph and finalise all errors or warning first before diving into the custom node development

you could alternatively use orchid package developed by @erfajo, it will and definitely have all the nodes that you can and will use for this application.