Value of quick edit columns not saved

Good morning,

I created an app with an approval workflow. The user inserts a request that needs to be approved by the manager. Once the request has been created, an email with an embedded app view is sent to the approver. The detail view contains 10 quick edit columns so that the e-mail recipient can easily change the values and approve or deny the request. As soon as the approver edit the first field, the new value is saved to the data souce. However, if the user tries to edit the other fields before the first changed has been synced (until the written "Saving..." is visible at the bottom of the view), the new changes are never stored. New changes are possible only when the saving finishes and the written becomes "Last saved just now". This is misleading for the final user that doesn't wait for the sync to happen and thinks that all data have been saved.

Any solutions?

saving.png

0 1 86
1 REPLY 1

Hey,

you could try and Disable (ReadOnly) the following Fields until the Changes are saved by comparing them to the value Before and After.
e.g. Editable? = ([_THISROW_BEFORE].[Campo 8] = [_THISROW].[Campo 8]) or something like that

Top Labels in this Space