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 / Delay multiple Notify ...
Power Apps
Answered

Delay multiple Notify on click button

(0) ShareShare
ReportReport
Posted on by 16

Hi,
I am building a PowerApps library component. 

My goal is: when a button is pressed, two notifications are displayed sequentially
For example: Hello1 World and immediately after HelloWorld2

 

To this end, the idea adopted was to: use a Timer1 controller.

In the properties of this Timer1 component I set:

  • the OnTimerEnd event: the second notification i.e. Notify(“HelloWorld2”;NotificationType.Success;1);;
  • Duration: 10000
  • Start: StartTimer (a variable that I set when pressing the button)

Instead, in the OnSelect event of the button, I used the following code:
Set(startTimer; false);;
Timer1.Start = StartTimer;;

Set(MyVar;1);;
Notify(“Hello " &Text(MyVar) &” World";
NotificationType.Success;1);; Set(StartTimer; true);;


Problem: only the first notification is displayed and the timer doesn't start

Screenshot (981).png
Screenshot (982).png
Screenshot (983).png
Categories:
I have the same question (0)
  • Verified answer
    AlexLe256 Profile Picture
    47 on at

    Hello @Pepp1995 , so this is how I do it and it works.

    First in the button:

    OnSelect:

    Notify("Hello 1",NotificationType.Success);Set(StartTimer,true)
    in the timer:
    OnTimerEnd:
    Notify("Hello world 2",NotificationType.Success);Set(StartTimer,false)
    start:StartTimer
  • CU26080721-1 Profile Picture
    16 on at

    Now the button works fine.
    I was setting the wrong duration time. 
    Instead of 10000, It should be: 3000 

    Thx4support 😃

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 530

#2
WarrenBelz Profile Picture

WarrenBelz 459 Most Valuable Professional

#3
Haque Profile Picture

Haque 314

Last 30 days Overall leaderboard