Renumber sheet using dynamo


Hi All, I deleted sheet 525 and wanted to renumber all the sheet behind it, but the sheets aren’t putting in order here, when I set the value by the list given it causing error… should I sort it by number and how should I do it?

Yes, and likely via the List.SortByKey node, where the list is the sheet elements and the key is the current sheet number parameter. :slight_smile:

1 Like

It works! Thanks a lot!

1 Like