Update date when click save button

Hey guys,

I have these two date fields which have the formula NOW().

What happens is that I need these fields to be changed only when the user clicks the Save button.

How do I do this configuration?

 

Yan1_0-1705501108608.png

 

Solved Solved
0 7 132
1 ACCEPTED SOLUTION

First you need to create an hidden action that writes NOW() to your DateTime column. Then open your form view's definitions and select the action to Event 
action. It will write the time every time when the record is saved.

View solution in original post

7 REPLIES 7

You would need to do that with an Event action. You can find it from the form view's definitions.

Hey man,

use ChangeTimestamp as the Column Field Type with no formula at all

Cheers

If the user changes one of your fields and then wait for some reason, the timestamp is different than when the save button was pressed. ChangeTimestamp is built in that way 

@AleksiAlkio 

Do you know how I can perform this configuration?

First you need to create an hidden action that writes NOW() to your DateTime column. Then open your form view's definitions and select the action to Event 
action. It will write the time every time when the record is saved.

@AleksiAlkio 
It worked out!
Thanks a lot for the help

You're welcome!

Top Labels in this Space