Determine last modified

Hello,

I have a dashboard for all the employees which the HR can modify anytime. How can I sort them by last modification date, so the HR could easily see the last he modified? Thanks!

Solved Solved
0 2 64
1 ACCEPTED SOLUTION

Keep the latest mod datetime in a column on the table, with an App Formula of NOW()/UTCNOW(), and sort the view by that column.

View solution in original post

2 REPLIES 2

Keep the latest mod datetime in a column on the table, with an App Formula of NOW()/UTCNOW(), and sort the view by that column.

Thank you so much!

Top Labels in this Space