Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Building Power Apps
Answered

Timer / Visible Dalay on Text Label

(0) ShareShare
ReportReport
Posted on by 4,682 Super User 2025 Season 1

Can a 'visibility' timer be placed on a Text Label?

The user is required to provide comments. I request has come in to have a pop-up show after clicking the submit comment button that provide visual confirmation the comment has been sent.

Is this possible?

Components - Rich Text Editor
                        Submit Request Button
                        Confirmation Pop-up (should appear after Submit button is clicked, and remain visible for 5 sec.)

Categories:
  • Verified answer
    Phineas Profile Picture
    4,682 Super User 2025 Season 1 on at
    Re: Timer / Visible Dalay on Text Label

    Found my answer through @iAm_ManCat

    Phineas_0-1689809868944.png

     

  • Phineas Profile Picture
    4,682 Super User 2025 Season 1 on at
    Re: Timer / Visible Dalay on Text Label

    I got it half-working.

    I can't seem to get the time to 'start' when I click on the submit button.

    I have UpdateContext({startTimer:true}) and Set(varReplyPopUp, true) in my 'Submit' button 'OnSelect'.

    When I click submit the pop-up appears, but the timer does not start.

    However, if I click the timer directly it starts, run for five seconds,
    after which the pop-up goes away - exactly as I'd like.

    The Timer control 'OnSelect' has 'false' in it.
    The Timer control 'Start' has 'startTimer' in it

    What am I missing?

  • Phineas Profile Picture
    4,682 Super User 2025 Season 1 on at
    Re: Timer / Visible Dalay on Text Label

    It looks like everything took, accept the Start(Timer1) formula.

    I named my control timer control 'Edit_Form_Reply_Pop_Up_Timer'.

    In the 'OnSuccess' of my form I used Start('Edit_Form_Reply_Pop_Up_Timer');.

    Power Apps didn't like it. The error reads -
         'Start' is an unknown or unsupported function.

  • hthpowerapper Profile Picture
    364 Super User 2024 Season 1 on at
    Re: Timer / Visible Dalay on Text Label

    Yes! You can achieve this by

    1. Setting the visibility property of you text label to something like varVisiblityOfConfirmationLabel..
    2. Add a Timer control set duration to 5000. set the autostart property to false. set the OnTimerEnd Property to UpdateContext({varVisiblityOfConfirmationLabel: false})
    3. In your Submit Logic Add UpdateContext({varVisiblityOfConfirmationLabel: true}); Start(Timer1)

    I may have left a few details out but I believe that logic should be enough to guide you.. if you get stuck anywhere let me know and I should be able to step through it with you

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 🌸

WIN Power Platform Community Conference 2025 tickets!

Markus Franz – Community Spotlight

We are honored to recognize Markus Franz as our April 2025 Community…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 146,524 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 65,906 Most Valuable Professional

Leaderboard