Using the latest version (5.3.1.25308) if I sort by Sheet Revision it isn’t working. The heading has changed to “Sheet Revision (by date)” but it doesn’t seem to sorting by anything I recognized. I reverted back to version 5.1.0.25099 and it works as expected.
I wasnt able to find ANY print sheets, it is like they arent even there.
Maybe the way its named in code/eng&programming verison is diffrent to my local language name
Dates are outputted as strings in Revit api, so most probably a sorting is happening on the string instead of a date object. Therefore the error.
Was able to get it to work - I had reinstalled version 5.1.0.25099 which does sort revisions correctly but this time I did not uninstall that version and then installed the latest version 6.0.0 and the column now says just Sheet Revision instead of Sheet Revision (Sort By Date). Don’t know what that means moving forward…

