Announcements
I have built a PowerApp that OnSuccess displays a message stating data was succesfully submitted. I would like to have this message only appear for 10 seconds. I have been working with Timer control and have not been able to get the timer to start OnSuccess. I have not been able to find an solution to this answer. I am hoping that someone may know where I am going on wrong. My code I have been using is:
OnSuccess UpdateContext({TimerX:true}); UpdateContext({messagevisible:true})
Timer
Start = true
Thank you in advance
@techtudoor There is already a NOTIFY function in PowerApps for this purpose. No need to create it yourself.
Example:
Notify("Your Message", Notification.Success, 10000)
NOTIFY function documentation
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/functions/function-showerror
---Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."
Follow these steps:
1. Insert a timer control and make these setting on its properties Duration: 10000
I used this on a new PowerApp and it worked fantastic. I will be using this more frequently now.
Thank 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.
Congratulations to our 2026 Super Users!
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
11manish 530
WarrenBelz 459 Most Valuable Professional
Haque 314