Save last user that changed a record in a table

Hi Appsheet community,

In our app we would like to get the last user that made a change to any field of a record and save their email to the column called UserModified. I looked at the change counter and changetimestamp but I have not been able to work out a logic to get the user that made the change.

regards,

James

Solved Solved
0 4 1,226
1 ACCEPTED SOLUTION

in the UserModified column, set the initial value to USEREMAIL()

Then, toggle the ‘Reset on edit’ to on:
2X_f_fb88298bc54cf9f0cbcc56b994c028a56d99615e.png

View solution in original post

4 REPLIES 4

in the UserModified column, set the initial value to USEREMAIL()

Then, toggle the ‘Reset on edit’ to on:
2X_f_fb88298bc54cf9f0cbcc56b994c028a56d99615e.png

Doesn't this only work, when initially adding the record? What about when users make subsequent edits?

Thanks Jonathon!

That did the trick.

Another way… write the USEREMAIL() to App formula and it will save a new value every time when you add or modify that record.

Top Labels in this Space