I have a button on a edit form which should allow users to update the details in the form, the OnSelect code is
Patch('COI',Gallery2_3.Selected,{Approved: "Submitted ", ReSubmit:"Yes", Source_x0020_of_x0020_Conflict_x:DataCardValue85.Selected, Conflict_x0020_description:DataCardValue103.Text,
Staff_x0020_ID:DataCardValue73.Text,
Type_x0020_of_x0020_conflict:DataCardValue75.Selected,
Date_conflict_reported:DataCardValue83.SelectedDate,
Address_x0020_conflict_x0020_det:DataCardValue86.Text,
Comp_x0020_Employer:DataCardValue110.Selected,Employee_x0020_Comments:DataCardValue112.Text});
Navigate(SubmissionConfirmation,None)
When I make edits to a field and then click the button, I very quickly see that the form refreshes and resets all the values back to what they were originally before the edits. It then navigates to the SubmissionConfirmatio screen and no updates are saved.
If I remove Navigate(SubmissionConfirmation,None) this, it seems to work OK without the Naviagation.
I am sure this used to work previously, any help would be appreciated.
Thanks

Report
All responses (
Answers (