I have created a simple PowerApps on a SharePoint list. All of a sudden the "Save" button on the top left doesn't close the form anymore. The data is still saved (sent to the list).
I have tried to create a button to manually save and close the form using the following:
SubmitForm(SharePointForm1) ; Exit()
The same thing happens. The form is saved, but not closed.
Similar behaviour happened several times now in different forms I have created. So far I fixed this by creating a new form. I hope there's a better way to fix this. Any ideas?