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

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Delay multiple Notify ...
Power Apps
Unanswered

Delay multiple Notify on click button

(0) ShareShare
ReportReport
Posted on by 14

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

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
    14 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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 796 Most Valuable Professional

#2
Michael E. Gernaey Profile Picture

Michael E. Gernaey 327 Super User 2025 Season 2

#3
Power Platform 1919 Profile Picture

Power Platform 1919 268

Last 30 days Overall leaderboard