Announcements
Hi all,
How can set up refresh or start app again when click on Dashboard screen?
Thanks.
Hi @kinghnvn
You can add this to the 'OnSelect' property of your chosen control, which will restart the app for the user:
Launch("https://apps.powerapps.com/your_app_URL", "", LaunchTarget.Replace);Exit()
LaunchTartget.Replace is supposed to replace the current browser tab you are on, but it wasn't working for me, it was just loading the app in a new tab and navigating to that new instance of your app, with the original one still there - so to close the loop, I have added the exit function, which returns the old browser tab back to the Office 365 home page.
Hope this helps in some way - Good luck!
@kinghnvn - I have discovered why the replace browser tab was not working for me. The code should be changed to the following i.e. replace the "" with {} as follows:
Launch("your_app_URL", {}, LaunchTarget.Replace)
This also allows you to remove the exit function.
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our 2026 Super Users!
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
11manish 462
WarrenBelz 425 Most Valuable Professional
Vish WR 291