I am trying to capture the Last Modified By and Last Modified At by using USEREMAIL() and NOW() in the app formula. And using an Actual Column in the spreadsheet, not any Virtual Column. But when any user makes any changes to the record, it’s neither capturing the USEREMAIL() nor the timestamp.
Currently, the Application is not deployed. I am using the application with small no. of users to test the application functionality.
Your formula in app formula option should do that exactly. When you open that record, it will update the USEREMAIL and Timestamp. Have you specified anything else in those column’s definitions?
I added the initial value formula to see whether it’s capturing any value when the record is edited for the 1st time. but no success there as well. Tried after removing the initial formula, but then also nothing is getting captured.
If you display the Last Modified By and Last Modified At columns in the form, are the column values pre-filled with the calculated values, as expected? Essentially, are the computed values present in the form at submission time?