Hello MS Team,
I have powerapps form and when save or submit the form after that I redirect page to another page using launch function it is redirecting to another page but it will open in new tab. I have to open it in same .
Below different code i tried none of these is working
Launch("https://example.com/ThankYou.aspx", {}, LaunchTarget.Self)
Launch("https://example.com/ThankYou.aspx", {}, LaunchTarget.Replace)
Launch("https://example.com/ThankYou.aspx"))
Please help to fix this things and if you have any suggestion or any other function let me know
Thank you
Solved! Go to Solution.
Hi @dvasani-adm ,
From the Microsoft Official Document Launch Target , we can know that Using a LaunchTarget with any value other than Blank in embedded scenarios (for example, Power BI or SharePoint) is not supported and may result in unexpected behavior. In the future, this behavior may change, or may cause an error.
Hope this helps.
Sik
Hi @dvasani-adm ,
From the Microsoft Official Document Launch Target , we can know that Using a LaunchTarget with any value other than Blank in embedded scenarios (for example, Power BI or SharePoint) is not supported and may result in unexpected behavior. In the future, this behavior may change, or may cause an error.
Hope this helps.
Sik
not working Blank.
Hi @dvasani-adm ,
Sure, the above post means it's not supported for now to launch a page/app in current tab or window in SharePoint custom form. It is only supported to launch in a new tab/window.
Hope this helps.
Sik
Any updates to this problem? I'm back a year later and my PowerApp button still opens in a different tab. Any alternate solutions?
Thanks.
User | Count |
---|---|
157 | |
86 | |
68 | |
63 | |
61 |
User | Count |
---|---|
211 | |
152 | |
93 | |
81 | |
70 |