Hi Guys
Hope you can assist? I've got a vehicle check app that allows users to update things like Registration expiry and Service due information. This works only if I'm updating one field at a time. If I try to change more than one of these fields, it defaults back to the previous values. The formula I'm using is:
Patch(ListVeh2,ThisItem, {'Wof Expiry':DPCChangeWOFDATE.SelectedDate,'Registration Expiry':DPCChangeRegistrationDATE.SelectedDate,'COF Expiry':DPCChangeCOFDATE.SelectedDate,'Service Due kms':Value(UpdateServicekms.Text)})
Any help would be appreciated. Thanks