OOTB every time I customize with PowerPapps a SharePoint List that has any required fields, the following happens.
When a new item is created and I don't fill the required fields, the form spits out error messages that the required fields need to be filled. So far so good. Once I fill out the required fields and the errors clear, I can no longer save (submit) the form by clicking on the default save button that's at the very top. Clicking on it does nothing. And the end I have to cancel and start all over again.
I've done a few things by adding Refresh(SharePoint List) before saving to no avail.
The only work-around I have found is to add an actual button on the form and use the SubmitForm() function. Then the form functions as expected but then I'm left with a button at the top that works half-ways.
Anyone come across this issue?