Skip to main content

Revert to an un-sorted list

  • October 4, 2018
  • 2 replies
  • 53 views

I have a table that was unsorted (it’s names with a few check boxes and notes). I liked it that way because it was in the order of when records were added—and the newest ones that needed my attention were at the bottom. A coworker recently sorted this alphabetically, so now I have no way to identify who are the new records. Is there a way to undo sorting? (I don’t have a field with any sort of date, just as an FYI.)

2 replies

Forum|alt.badge.img+17
  • Inspiring
  • 1124 replies
  • October 4, 2018

You can add a CreatedTime field and sort by it.


  • Author
  • New Participant
  • 1 reply
  • October 4, 2018

You can add a CreatedTime field and sort by it.


That’s exactly what I needed to do (and I didn’t know ‘Date Created’ was even a field option). Thank you!!