Hi all, I'm looking for a way to get the "Sta...

Hi all, I’m looking for a way to get the “Start Time”, and “End Time” of filling in a form. With my understanding, the “Stare Time” i can get by setting the “initial value” to NOW(). How do i get the time the record is saved? (the “End Time”)?

0 2 293
2 REPLIES 2

You need to read the now value when the last question is filled because we can’t read the save datetime. Then the last question needs to be mandatory of course. You can read the datetime with the initial value like IFS(ISNOTBLANK([LAST FIELD]),NOW())

Awesome… thanks @Aleksi_Alkio Translate

Top Labels in this Space