I have a powerapp new form where user can create New Room booking request. On submission of this form, I am saving Submission _date_time field as current time. This works fine.
Update property of Submission_date_time
Now()
However if i use the same logic in EditForm field for resubmitting the request by same user, above field doesnt save current datetime.
Update property of Submission_date_time in EditForm
Now()
May i know how to solve this?