Problem I have is Sheet.ByNameNumberTitleBlockAndViews works fine for first time but after that it delete previously created sheet and all views gets on same sheet.
Can any one help me here ???
Tried to use “SteamNodes” package but same no joy only can get one view per sheet to work
It’s because dynamo is a one hit wonder. You are specifying a type for the titleblock and dynamo wipes the floor and starts over with populating your new sheets.
You can get around this issue by specifying a different unused titleblock type (i keep a legacy type in my projects for this) and then subsequently swapping them over to your desired type.