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.)
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?
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.
Yes! You can achieve this by
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
WarrenBelz
146,524
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,906
Most Valuable Professional