Jacob, grateful for your help,
But as I mentioned previously, I’m a layman when it comes to visual programming.
I read your article but I couldn’t understand/solve my problem.
I’ll try to explain the problem again, maybe I’ll be clearer this time.
I share the CAD file that I am using for testing.
In the first test, I created the profiles from the “PROPERTY-92” layer and when I run it again with the “PROPERTY-91” layer, the profiles created from the previous layer are deleted.
Element binding is the process which prevents you from selecting the same profile twice, and putting the exact same thing into the model a second time.
The AU session linked in the post I gave above has all the specifics, but the easy way to avoid binding is as follows:
Remove any bindings from the file, either by processing an invalid selection or by editing the .dyn as a text document.
Save the graph.
Only execute the graph from Dynamo Player going forward. This works as the graph is not saved, and is reopened on each run, so there are no bindings in the file nor does Dynamo or Revit recall the association on the subsequent runs.