Hello,
I want to make sure that user has access a website at app start - meaning at app start, I want user to redirect to website via formula, which should not reflect on app.
How can I achieve this?
Thanks,
Solved! Go to Solution.
When the app is started, if you would like another tab to open showing a website, use this code in the OnStart property
Launch("https://www.google.com")
Link to MS Docs for LAUNCH function
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/functions/function-param
---
Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."
---
Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."
When the app is started, if you would like another tab to open showing a website, use this code in the OnStart property
Launch("https://www.google.com")
Link to MS Docs for LAUNCH function
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/functions/function-param
---
Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."
---
Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
200 | |
48 | |
45 | |
45 | |
38 |
User | Count |
---|---|
281 | |
82 | |
80 | |
80 | |
69 |