
Hello,
I would like to keep my sharepoint power apps form open after lunching an url, there seem no way to do it with an existing function in power apps.. Any tips please ? I would like to keep my form open/displayed even after submitting and lunching an url
Possible ?
Thank u
Hi @Anonymous ,
First of all, there is a OnSuccess property for SharePointForm1 Control, please make sure and remove the RequestHide function from in it. This function is for closing forms.
Secondly, if you are using Launch function to open a URL, there is a target parameter for whether open on present tab or a new tab. It will help launch the URL on a new tab, leave SharePoint form open.
Best regards,