I am trying to calculate the number of minutes between a time that a user enters on a form and the current time. Not the elapsed time to complete the form.
This formula works when testing in Survey123 Connect: round(int(now() - ${StartedForm}) div (1000*60),1) but when the survey is published and used in browser, the # of minutes is blank.
Using the app is not an option, must use browser.
Thanks in advance for your help!