Skip to main content

Notifications

Community site session details

Community site session details

Session Id : lcjdiq2JHBwL5wcQBEqoCd
Power Automate - Building Flows
Answered

Timer control launch Timer (5 seconds)

Like (1) ShareShare
ReportReport
Posted on 14 Mar 2025 13:05:51 by 459
Hello,
 
I need to launch a timer which navigates to new screen after 5 seconds.
 
I added these formulas below on my timer control:
Text:
Text(Time(0; 0; Self.Value/1000); "hh:mm:ss")
On timer start
UpdateContext({startTimer:true})
on timer end
UpdateContext({startTimer:false}) and i added the formula to navigate to specific screen
I also added the variable : startimer on the "Start field"
 
To launch the timer i used this formula on a new button:
UpdateContext({startTimer:true})
When i click on the button the timer stops at 1 second instead of 5 seconds.
 
What i need to do to launch the timer until it reaches 5 seconds
 
  • Verified answer
    Sormick Profile Picture
    459 on 17 Mar 2025 at 11:34:18
    Timer control launch Timer (5 seconds)
    Finally i found the solution:
    Please find here the variables i used on my timer control:
     
    1. A timer with the following properties:
    2. AutoStart = true
    3. AutoPause = false
    4. Duration = 5000 (5 seconds)
    5. Repeat = false
    6. Reset = gblResetTimer
    7. Start = gblStartTimer
    8. OnTimerEnd = Set(gblTimerEndValue, true)
    A button to stop it with its OnSelect set to:Set(gblResetTimer, false); Set(gblResetTimer, true);
    A button to start it with its OnSelect set to: Set(gblStartTimer, false); Set(gblStartTimer, true)
     
    And now my timer stops after 5 seconds instead of one second!
  • Sormick Profile Picture
    459 on 17 Mar 2025 at 10:22:17
    Timer control launch Timer (5 seconds)
     
    Please find here the screenshots of my timer control:
     
     
    And finally i added this code on the screenshot below to launch my timer.
     
    The issue that i have is my timer stops only after 1 second isntead of 5 seconds.
    What i forgot to do here?
     
     
  • Michael E. Gernaey Profile Picture
    42,060 Super User 2025 Season 1 on 14 Mar 2025 at 17:46:34
    Timer control launch Timer (5 seconds)
     
    I see the variables you have but need to see the configuration for the timer.
     
    Please share images of the Timers properties
     
     

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

🌸 Community Spring Festival 2025 Challenge Winners! 🌸

Congratulations to all our community participants!

Warren Belz – Community Spotlight

We are honored to recognize Warren Belz as our May 2025 Community…

Congratulations to the April Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard > Power Automate - Building Flows

#1
stampcoin Profile Picture

stampcoin 105

#2
Michael E. Gernaey Profile Picture

Michael E. Gernaey 84 Super User 2025 Season 1

#3
David_MA Profile Picture

David_MA 62 Super User 2025 Season 1

Overall leaderboard
Loading started