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 / navigate to another pa...
Power Apps
Unanswered

navigate to another page with a timer

(0) ShareShare
ReportReport
Posted on by 17

I want to navigate to another page with a timer control, but it doesn't work. what might be the problem?
Start:
If(
TimeValue(Now()) = Time(
20;
00;
00)
;
true;
false
)
OnTimerEnd: Navigate(Screen)

thanks for your help

Categories:
I have the same question (0)
  • DamoBird365 Profile Picture
    8,942 Microsoft Employee on at

    Hi @Barna_Kovács 

     

    Set the OnTimerEnd to something like:

    Navigate(Screen2);UpdateContext({locStartTimer:false});Reset(Timer1)

     

    OnSelect to:

    UpdateContext({locStartTimer:true});

     

    and Start to:

    locStartTimer

     

    and when you click on the timer, the countdown will start and on end, will navigate to your new screen whilst resetting the start variable to false and resetting the timer for the next visit!

     

    DamoBird365_0-1647890533794.png

     

    Please consider accepting my answer as a solution if it helps to solve your problem.

    Cheers
    Damien

    Please take a look and subscribe to my YouTube Channel for more Power Platform ideas and concepts, or take a look at my website. Thanks

  • Barna_Kovács Profile Picture
    17 on at

    thanks for the reply!
    the point is to automatically navigate to a non-click at a given time

  • zmorek Profile Picture
    3,272 on at

    Now() only returns a new value each time it's evaluated. In this case, I'd assume it's only evaluating once, on time start, so it'll never equal the time that you're comparing it to (unless you're lucky). Even so, it looks like it'll always navigate the user to the screen you indicate every time the time ends. Why are you using a timer? Is this a page you want people to see only at 20:00? If so, I'd suggest using the StartScreen property of your app rather than a timer.

  • Barna_Kovács Profile Picture
    17 on at

    köszönöm az ötletet, nem volt teljes az elképzelésem

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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 358 Most Valuable Professional

#2
11manish Profile Picture

11manish 214 Super User 2026 Season 2

#3
Mohsin Ali Profile Picture

Mohsin Ali 185

Last 30 days Overall leaderboard