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 powerapp push not...
Power Apps
Unanswered

Send powerapp push notification to all users on Sharepoint list

(0) ShareShare
ReportReport
Posted on by

I would like to be able to send notifications to all of our docs that have PA installed on their phones. I have created a host app that would trigger a notification, but I am stuck at the point of sending the push to multiple users. I have read solutions about creating drop-downs, but I am looking at sending the same message to 500+ people. I already have  a sharepoint list with all of their contact info- if I could have PA just reference the email address column of the list for recipients, that would be great, but I don't seem to have the right syntax

 

In my case, for testing purposes, I create "button 1" and OnSelect  I have

 

 PowerAppsNotification.SendPushNotification({recipients:'TechContacts'.EmailAddress, message:"test notification"})

 

somewhere along the way I am getting a table value where it is expecting a specific text. Perhaps I'm missing a step of telling it to send to All of the email addresses on that table/list? Any help with the syntax would be welcome

Categories:
I have the same question (0)
  • nhjelmberg Profile Picture
    14 on at

    I believe this is not possible (judging from the reply to https://powerusers.microsoft.com/t5/Building-Power-Apps/PushNotification-for-app-to-every-user/td-p/42901) but follow this thread in case someone else has an answer.

     

    I have managed to send push notifications to users listed in a text box if that is of any help but I would also like to send push notifications to users listed in a sharepoint list.

  • Solomon_c Profile Picture
    65 on at

    @nhjelmberg Not sure if it is possible either. However, you say you have managed to send push notification to user listed in a text box. How did you do this? I can ask a separate question on the community if you want. I am currently building a powerapp and I want to allow my users to "mention" another user and when mentioned, it sends an email to the user typed in the textbox. Thank you. 

  • nhjelmberg Profile Picture
    14 on at

    @Solomon_c, I created a page with one text input TextInput1 box for the recipients (separated by a comma ",") and one text input box TextInput1_1 for the message. Then I added a button with the following code:

     

    PowerAppsNotification.SendPushNotification({recipients: RenameColumns(Split(Text(TextInput1);",");"Result";"Value"); message:TextInput1_1})

     

    I'm not sure how to modify this for push notifications to mentioned users but it shouldn't be impossible.

  • EJ-07080649-0 Profile Picture
    106 on at

    Did you find a solution to your problem? I would like to know. I tried to create a gallery (name:Gallery1) and use "RenameColumns(Split(Text(TextInput1);",");"Result";"Value")" as the property Item and use Gallery.AllItems as recipients and it seems to work but I have not been able to test it fully.

  • CU-18081211-6 Profile Picture
    9,270 Moderator on at

    Hi @H786565 ,

     

    I wonder if this works:

     PowerAppsNotification.SendPushNotification({recipients: concat('TechContacts',EmailAddress,";"), message:"test notification"})

    The 'TechContacts'.EmailAddress is in fact a one column table.

     

    Hope it helps !

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 541

#2
WarrenBelz Profile Picture

WarrenBelz 434 Most Valuable Professional

#3
Valantis Profile Picture

Valantis 289

Last 30 days Overall leaderboard