Renumber sheets list

Hi everyone, I’m using Bimorph package to renumber my sheets list, it gets the list by alphabetical order, how do I sort the sheets names first by old sheet number then renumber them?

You could use the sheet.number node to find the current number, and then use those numbers with List.GetItemAtIndex

This is a quick example i put together for what you could do.

  • Replace Revit Objects with the revit objects you have.
  • Get the sheet number from these objects and replace that as the get sheet number.

thank you so much, it works, but unfortunately i couldn’t use it with node “Sheet.Renumber.Rename”,


but I found another way to renumber them

thank you for your help