How do i prevent the deleting of dimensions which are already created using dynamo

HOW DO I PREVENT THE DELETING OF DIMENSIONS WHICH ARE ALREADY CREATED USING “Dimension.ByElement” Node.?

Are they deleting on subsequent runs? If so this is an element binding issue. You can learn more about this topic here:

If they are deleting through some other method we would need to know more about when and how it is occurring.

hi @jacob.small
i got an alternate solution to this problem.
press ctrl Z to undo the Deleted dimension and DYNAMO will remove the link from the created elements. then it can create new dimensions to new elements.

with Best Regards.