Before the SubmitForm command, I want to update the date and time ("Last Updated on ") to the value as at Now(). Can anybody help me based on the above/attached file on the codes. I thank you.
If you want the actual time before the submit you could set the update property of the datacard for the date to a context variable like (initialize the value elsewhere)
UpdatedDate
and then in the OnSelect for the Submit
UpdateContext({UpdatedDate: Now()});
This should record the actual data time that the record was updated
Thank you. I did what you suggest before coming to the community. It does not answer to the problem. I explain. The default is set to Now() and say it displays 7:40 am on the screen. I leave the application open and come back after 10 minutes and submit the form. The Last updated field on the screen is still 7:40, and this is what get updated, whereas the update field should have been 7:50 am, the actual time.. This is why I want to refresh the time before the SubmitForm is executed. Any help?
If you set the Default property of the card 'Last Updated On_DataCard3' to Now(), that should hopefully work.
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.