Hi
I am getting the dreaded ETAG error message when I submit my form and perform a patch on the record. Here is the OnSelect code :-
SubmitForm(EditSubmissionsForm1);If(numattachments > 0,ClearCollect(Attachments,SubmissionsForaMeetingGallery.Selected.'{Attachments}'.DisplayName);
ClearCollect(AttachmentsUri,SubmissionsForaMeetingGallery.Selected.'{Attachments}'.AbsoluteUri);
UploadafiletoSharePointfromPowerApps.Run(First(Attachments).DisplayName,First(AttachmentsUri).AbsoluteUri,"/Shared Documents/" & PRJIDComboBox.Selected.PRJ_x002d_ID & "/" & SubmittedGateNumber.Selected.Value));
Patch(Submissions,
{ID:EditSubmissionsForm1.LastSubmit.ID},
{Assurance_x002d_Status:{
Value: "With Assurance",
'@odata.type': "#Microsoft.Azure.Connectors.SharePoint.SPListExpandedReference"}
}
)
This only occurs occasionally and if I remove the PAtch statement - not at all.
Any Ideas ?
Regards
Nigel