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."
User | Count |
---|---|
247 | |
106 | |
82 | |
51 | |
43 |