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 217
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
Top Labels in this Space