'Keep SharePointForm open (but back to view mode) after saving the record

I have the feeling that the solution for my problem could be pretty simple, but I am struggling now for quite some time with it. Also, I haven't found any post that solve my issue.

Now, I have set up a sharepoint list and customized the form via power apps. Straight forward, all works fine. However, the users are not happy with the fact that the form closes after they hit "save" on the top of the form. I managed to avoid the closing of the form by removing the RequestHide() command in the OnSuccess property of the SharePointForm object.

Problem: The form remains in edit mode (i.e. the "save", "cancel" etc. buttons remain visable) but should go back to view mode (for the selected item). How could I acchieve that?

The one possible solution I have found is by creating customized "save", etc. buttons - but that is something that I would really like to avoid :)

Any ideas?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source