I have a column within my datatable that contains URLs. Is it possible for the URLs to open external webpages within PowerApps which clicked on?
Solved! Go to Solution.
Hi @Anonymous,
Like @bean suggested, use Launch function to achieve this. The Launch function launches a webpage or an app. Optionally, this function can pass parameters to the app.
Launch( Address [, ParameterName1, ParameterValue1, ... ] )
Address - Required. The address of a webpage or the ID of an app to launch.
ParameterName(s) - Optional. Parameter name.
ParameterValue(s) - Optional. Corresponding parameter values to pass to the app or the webpage.
Regards,
Mona
or Launch(yourURL)
Hi @Anonymous,
Like @bean suggested, use Launch function to achieve this. The Launch function launches a webpage or an app. Optionally, this function can pass parameters to the app.
Launch( Address [, ParameterName1, ParameterValue1, ... ] )
Address - Required. The address of a webpage or the ID of an app to launch.
ParameterName(s) - Optional. Parameter name.
ParameterValue(s) - Optional. Corresponding parameter values to pass to the app or the webpage.
Regards,
Mona
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Power Platform release plan for the 2022 release wave 2 describes all new features releasing from October 2022 through March 2023.
User | Count |
---|---|
203 | |
106 | |
56 | |
51 | |
41 |
User | Count |
---|---|
267 | |
156 | |
83 | |
81 | |
56 |