how to reset the date every time we make an entry in form or when we save the form in appsheet

I have a form in my AppSheet application where users can make entries and save the form. I have a date field in the form, and I want to automatically reset or refresh the date every time a new entry is made or when the form is saved.

Currently, the date field retains the original date even when I make subsequent entries or save the form again. I would like to ensure that the date field always reflects the current date and time.

I have explored the column settings and expressions but haven't been able to find a solution yet. Can someone please guide me on how I can achieve this?.

0 1 66
1 REPLY 1

If the column type is Date, please enter TODAY() in the App formula setting of the column.

If the column type is DateTime, please enter NOW() in the App formula setting of the column.

Top Labels in this Space