Hi,
I am trying to redirect application when loads so I used below function OnStart and it's working fine but I would like to add delay or pause, so I would like to know is it possible to pause before it redirects.Any help would be greatly appreciated.
Launch("New Site URL", {q: "New Site Name"}, LaunchTarget.Replace)
Thank you,
Instead of App OnStart, on your 1st screen you can have a label saying Redirecting....
Then have a hidden TimerControl
Set the duration of TimerControl to be the delay you want to add
Make sure your timer starts automatically
OnTimerEnd - put the code for Launch()
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If this post or my previous reply was useful in other ways, please consider giving it 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 |
---|---|
180 | |
45 | |
45 | |
34 | |
34 |
User | Count |
---|---|
255 | |
82 | |
78 | |
67 | |
65 |