Timer or Stop watch at form view【urgent】

I want to have a stopwatch function in the form.
(Enter the time when you press the start button and the end button, respectively.)

In the list view, it seems to be possible to operate using actions.
Is it impossible to do this on the form view?

0 6 380
6 REPLIES 6

Aurelien
Google Developer Expert
Google Developer Expert

Hi @gougou

It’s not possible in a form view, as it will take the opening form dateTime for initial value.
However, you can define actions that will respectively set current dateTime on a row entry.

As such, you cannot have a stopwatch, but you can measure the time it takes someone to fill out the questionnaire, adding two columns for the stamptime function and adding the first to the first field that is filled in the form and the second to the last field. , in this way, you can measure time

For reference:

Thanks for the advice.
Are you saying that this cannot be achieved on the form view?
I would like to have more concrete examples of ideal implementations.

What you want to do is … create a new row using data from this for with a link to view ‘detail view’ with quick edits (and/or action buttons ie: start/stop) I know what you mean trust me.

As advised, I think I can achieve the ideal specification in the detail view, using quick editing. Thank you very much.

Top Labels in this Space