I've read every thread I can find, and still no solution to such a constant issue.
My App connects to Sharepoint lists.
I can't even get this to work and it's infuriating:
Refresh(tblCoverageCalendar);
Patch(tblCoverageCalendar,First(Filter(tblCoverageCalendar,
CoverID = ThisItem.CoverID And CoverPeriod = ThisItem.CoverPeriod)),
{StaffidIn: ComboBox10.Selected.StaffID}
))
I've done the same with Updateif, doesn't make a difference. First goes through, 2nd attempt fails with ETAG Mismatch all day long.
Reloading the Editor again and again is not an option to troubleshoot this. Assume that Refresh isn't the fix, Updateif isn't the fix as every form of these has been used to try to work around it.
Someone save me.