A problem with Creating Sheets Using Dynamo

Greetings,

I’m working on a script that extracts the data from excel sheet to create views then creating sheets from the views created.

The problem is when I try adding a new elevation in excel sheet as a validation method, all the names of the created sheets and plan levels in Revit rewrite itself with extra (1).
Is there a solution for this ?

Note: there’s a youtube video with the same script working well with no such error.

Are you trying to run the graph multiple times in Dynamo without reopening Dynamo?

No I only add new Elevation level in Excel Sheet

You’ll need to test if the elevation is already in use, and skip those instances.

I tried to set parameter by name in the floor levels and it worked.

@alyaa_ahmed here’s what exactly happening as dynamo is being run once it creates the sheets and later if u run it again it’s keeping the track of what got executed earlier and it cannot keep the exact nomenclature so to eliminate that it’s adding (1)

1 Like