Hello! I have a PowerApps form that is so close to being done... I have my own "Save" button on the using submitform(). However, in use, whenever you hit save, it closed the form out. I removed the ResetForm(); RequestHide() from OnSuccess SharepointForm1 and that does keep the form open, however when you hit save, the form fields are repopulated with data from another submission. I have tried changing the item properties to "If(IsBlank(SharePointIntegration.Selected),SharePointForm1.LastSubmit,SharePointIntegration.Selected)" but that did not seem to do it.
I have tried a whole slew of other things as well and nothing seems to do the trick. I am hoping someone from this community can at least point me in the right direction or if anyone has done this before and knows what I need to do, that would be awesome.
Please let me know if there is any other information you may need from me!