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 / Send Push Notification...
Power Apps
Answered

Send Push Notification from PowerApps to all users in collection

(0) ShareShare
ReportReport
Posted on by 29

I want to send push notification to all users in collection but getting error.

ForAll(colApproversParallel,
PowerAppsNotification.SendPushNotification({
recipients:[ThisRecord.Email],
message:"Disposal Pending Approval - " & varRequest.Title,
openApp:true
}));

my collection

isantos_0-1698349671375.png

Error

isantos_1-1698349818695.png

 

I have the same question (0)
  • v-jefferni Profile Picture
    on at

    Hi @isantos ,

     

    The recipients value requires array type, but in PowerApps you cannot include texts in braces to generate the array. Try below formula:

    ForAll(colApproversParallel,
    PowerAppsNotification.SendPushNotification({
    recipients:Table(ThisRecord.Email),
    message:"Disposal Pending Approval - " & varRequest.Title,
    openApp:true
    }));

     

    Best regards,

  • Verified answer
    isantos Profile Picture
    29 on at

    Hi,

    Thank you for your help, but it did not work, because with table it was looking for a value also.

    I was able to make it work just be making it:

    recipients:[Email]

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
Kalathiya Profile Picture

Kalathiya 421

#2
WarrenBelz Profile Picture

WarrenBelz 386 Most Valuable Professional

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 339 Super User 2025 Season 2

Last 30 days Overall leaderboard