I have a single SharePoint list where the Entry form has been customized with PowerApps. The form has multiple tabs(Screens) and a different form for each screen (4 in total). I am currently using the patch function for the OnSave (see below) which works great for new entries but when used for and edit it clones the current record which has the udpates, and the orginial record is unchanged.
I read that the Defaults(lstDjSR) - is used for creating new recrods, I am not sure how to do an update on the existing one.
Patch(lstDJSR,Defaults(lstDJSR),frmJobInfo.Updates, frmDeliveries_1.Updates, frmInstructions.Updates, frmInstructions_1.Updates);
ResetForm(frmJobInfo);
ResetForm(frmDeliveries_1);
ResetForm(frmInstructions);
ResetForm(frmInstructions_1);
RequestHide()

Report
All responses (
Answers (