Calculating Totalturn around on form

i want to be able to calculate(know) the total amount of time a user spend on Form in glide, is there a way i can achieve this?

You might be able to:

  • Set the current date/time to the user’s profiel when they enter the form screen.
  • Collect the date/time when the user submits the form, and also write the “start time” in the first step to the destination table.
  • Calculate the duration using a math column, from the 2 timestamps above.
1 Like