I hope my subject clearly states the problem. We have a custom canvas page (inside a Model Driven App) with data field values that we want to update a table using Patch() function (which works fine) but the patch() clears the page of all the data values and our users still need that data in order to continue to do more work (after they issue a SAVE which triggers the Patch() function)) with that data and select other data... I have tried this...
Patch('Install Schedules', 'ComboBox-Site'.Selected, {'Avail Record':'ComboBox-Avail'.Selected});
Set(gblResetInputs,true);Set(gblResetInputs,false);
Notify("Save is Successful!", NotificationType.Success, 3000); // 3 second display