web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Refresh or start app a...
Power Apps
Answered

Refresh or start app again when click on Dashboard screen

(0) ShareShare
ReportReport
Posted on by

Hi all,

 

How can set up refresh or start app again when click on Dashboard screen?

 

Thanks.

Categories:
I have the same question (0)
  • Verified answer
    Gerard Simpson Profile Picture
    2,987 Moderator on at

    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!

  • Verified answer
    Gerard Simpson Profile Picture
    2,987 Moderator on at

    @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.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Vish WR Profile Picture

Vish WR 914

#2
11manish Profile Picture

11manish 617

#3
Valantis Profile Picture

Valantis 598

Last 30 days Overall leaderboard