Hi
I have a 3 screen app with a gallery based on a SharePoint list.
Everything works fine on it, but I was wondering is it possible to do the following:
If a user clicks into a record in the gallery, and they change an item but click the ‘X’ symbol instead of the check mark to save, is it possible to get Power Apps to warn the user and make them confirm they want to proceed without saving?
I have warnings appearing on the screen when they click Cancel with a Notify message but it doesn't change any behaviour in the app as a result.
The code on the cancel button is set to ResetForm(name of the form); Back()
Has anyone got any ideas on how to do this?
Thanks in advance.