We have 3-page (Style = theme-grid pages) Survey123 forms built in Connect. On page 3 of the form we have a DateTime question with default set to now() to capture the end date and time of the survey. Until recently, this would only trigger when the user navigated to that particular page. However, it is now grabbing the date/time when the form is first opened. Is this a result of the recent Survey123 updates? And how can we return it back to its previous behaviour?
As an example, the form is opened at 16:13, the user finishes entering data on pages 1 and 2, and then navigates to Page 3 (the end page) at 20:28. The DateTime question on Page 3 should return [DATE] 20:28 but instead is now returning [DATE] 16:13.