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 / 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
    Microsoft Employee 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

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!

Leaderboard > Power Apps

#1
wolenberg_ Profile Picture

wolenberg_ 119 Super User 2026 Season 1

#2
WarrenBelz Profile Picture

WarrenBelz 107 Most Valuable Professional

#3
Haque Profile Picture

Haque 103

Last 30 days Overall leaderboard