Greetings,
Fairly new to power apps. I created a power app that feeds a Dataverse database EditForm1. Not sure why the Accept and cancel buttons stopped working.
For IconAccept1 The Action OnSelect is SubmitForm(EditForm1)
For IconCancel1 The Action OnSelect is ResetForm(EditForm1);Back()
When I play the application they are not functioning like a button, I hover over them and nothing, I select and nothing happens.
In properties, the Display Mode is set to Edit
Attached are screenshots of the application