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

Community site session details

Session Id : Xxiov+97TPaIPlXFhHEHFt
Power Apps - Building Power Apps
Answered

TImer and Enable button

Like (0) ShareShare
ReportReport
Posted on 15 Sep 2022 20:06:50 by

hello, i want to set a timer when a user clicks a button the other button should be disabled or become invisible until the timer completes its duration. i am working on check in/checkout application for employees from scratch. 

Categories:
I have the same question (0)
  • LuizVicente Profile Picture
    984 Super User 2024 Season 1 on 15 Sep 2022 at 21:47:11
  • Verified answer
    v-qiaqi@microsoft.com Profile Picture
    on 16 Sep 2022 at 06:48:49
    Re: TImer and Enable button

    Hi @Anonymous,

    Do you want to make the button visible after the duration is completed?

     

    If so, you should set the duration as your want, and set a variable on the OnTimeStart property of the Timmer so that the other button could be invisible based on this variable.

    1). Set the Timmer with the following properties:

    Repeat: false

    AutoStartTimmerTrigger

    AutoPause: false

    OnTimerEndSet(VarVisible,true)

    OnTimerStartSet(VarVisible,false)

     

    2). Set the first Button OnSelect property: Set(TimmerTrigger,true)

     

    3). Set the second Button Visible property: VarVisible

     

  • bhavanadesale_ Profile Picture
    146 on 16 Sep 2022 at 07:22:36
    Re: TImer and Enable button

    Hello,

     

    bhavanadesale__11-1663312853628.png  bhavanadesale__12-1663312877362.pngbhavanadesale__13-1663312905649.png bhavanadesale__14-1663312929115.png

     

     

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

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Chiara Carbone – Community Spotlight

We are honored to recognize Chiara Carbone as our Community Spotlight for November…

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 714 Most Valuable Professional

#2
Michael E. Gernaey Profile Picture

Michael E. Gernaey 419 Super User 2025 Season 2

#3
developerAJ Profile Picture

developerAJ 243

Last 30 days Overall leaderboard
Loading complete