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.
thank you so much, it works, but unfortunately i couldn’t use it with node “Sheet.Renumber.Rename”,
thank you for your help