I’m duplicating sheets in Revit 2022 with Dynamo using Sheet.DuplicateSheet, filtering by a parameter. It works on the first run, but running it again deletes the previously created sheets. Also, the duplicated sheets lose their parameter values. Any ideas?
Hi,
It’s typical Dynamo behaivor, related to Element Bindings thing.
If you want to run script multiple times in Dynamo, please reopen script each time you run it.
Alternatively, use Dynamo player, it should work without troubles multiple times in a row
More info on Element Binding in Revit can be found in the link. ![]()

