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 / SendPushNotificationsV...
Power Apps
Answered

SendPushNotificationsV2 - multiple recipients

(0) ShareShare
ReportReport
Posted on by 1,257 Super User 2024 Season 1

I'm trying to send PushNotification V2 to more than one recipient without going out to powerautomate.. is this possible?

sending to one person is fine works well

 

PowerAppsNotificationV2.SendPushNotificationV2(
 "PowerApps",
 "{appIdentifier: appid}",
 ["myemail.com"],
 TextInput1.Text,
 false,
 {}
)

 

but how do I extend the recipients to more than one?  my recipients are in a collection and there is only one field in the collection with the email addresses..

 

TIA

Categories:
I have the same question (0)
  • Verified answer
    vffdd Profile Picture
    1,257 Super User 2024 Season 1 on at

    got it !   

     

     

    ForAll(coTest,
    PowerAppsNotificationV2.SendPushNotificationV2(
     "PowerApps",
     "{appIdentifier: 'appid'}",
     coTest.Value,
     TextInput1.Text,
     false,
     {}
    ))
  • Bader Profile Picture
    36 on at

    Thanks @vffdd 

    I tried that. It works fine if the collection items are few, only. 
    Do you have any idea how to overcome this issue?

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 April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Vish WR Profile Picture

Vish WR 883

#2
Valantis Profile Picture

Valantis 571

#3
11manish Profile Picture

11manish 477

Last 30 days Overall leaderboard