Capture Last Modified by and date on when a row has been changed

My team would like to have a column that shows who was the last person to modify the record.  Has anyone implemented a process to capture the person and date/time a change was made?  If yes, what steps did you take to set this up?

Solved Solved
0 6 213
2 ACCEPTED SOLUTIONS

All my tables has a Modified by column. Just add USEREMAIL() in the app formula, it's that simple

View solution in original post

Please add another datetime type column with app formula as NOW() to capture the date and time when a row was edited.

View solution in original post

6 REPLIES 6

All my tables has a Modified by column. Just add USEREMAIL() in the app formula, it's that simple

Thank you.  Have you tried to capture the date and time this change was made?

Please add another datetime type column with app formula as NOW() to capture the date and time when a row was edited.

Thank you

You are welcome.

I've got a set of columns that I use as a "Standard Starting Template" that includes a bunch of columns like this.  You can learn more here.

Top Labels in this Space