I've a button
OnSelect -> Launch(my_path)
it's in a Gallery
DisplayMode -> DisplayMode.Edit
my_path is a field
type: hyperlink column
value: https://my_site.sharepoint.com/sites/my_page/my_document_library/my_folder/
I open my powerapps in browser , when I try to open the url it dosen't work.
I've check the return of the function Launch , after the button pressed
the return is True
So the function it's work but the page doesn't load ?
example code:
If(Launch(my_path);Set( ctrl_var; "YES" );Set( ctrl_var; "NO" ))
I found the solution at the problem.
The browser as set to block pop-up windows , so the Launch it's work but the browser stop the opening of the page.
So I manualy change the permission of the browser and the link now it's work.
But now I've to find a way to change the permission of the browser automatically.
Hi 3tsolutions,
Thank you for your post to the community. I am glad you were able to find a solution for the problem. The browser will need to allow popups from the Power Apps player if the page is opening a new window. More information about the Launch function is also available here: https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/functions/function-param
Thanks again,
Rory
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
User | Count |
---|---|
191 | |
95 | |
65 | |
63 | |
58 |
User | Count |
---|---|
244 | |
166 | |
91 | |
79 | |
78 |