Hi I’m having a few issue with the Stopwatch function.
Basically I have a form where people record downtime. I’m using the stopwatch at the top, so as soon as they enter a new entry they start the clock, put in the rest of their details and when it is complete they submit the form. Allowing me to record the time in minutes that had passed.
As it stand it records the start time perfectly, but it isn’t recording the duration as per it shows?
Is there maybe another way around this? Such as record the time the entry form is submitted?
Thank you for the response. I get what the duration function is used for now.
Is there any way I can save the time a form is submitted instead? So I can use a math field to calculate the different in the start time and then the form submit time?
Really? I’ll have to play with that. I’ve always been under the impression that the date/time special value always used the time that the form was submitted, but admittedly, I’ve never verified that. Keep in mind that a lot of glide computations happen every five seconds, so if you are testing the special value within a time of less than 5 seconds from opening the form, it’s possible that the value may not have updated yet (that’s just a theory…don’t hold me to that). You could try instead to add a date/time entry component and have the user enter their final date/time, but that’s not a great solution. You may want to look into creating a custom form, which would possibly give you a more accurate final time. With the Set Column or Add Row actions, you also have access to the date/time special value.