Skip to main content

Notifications

Power Automate - General Discussion
Unanswered

PowerApps Flows SendPushNotifications Recipients

(0) ShareShare
ReportReport
Posted on by 17

Hello,

I have been looking everywhere to see if someone knows an answer to this or if this question has been posted before but have had no luck.

 

I am trying to send push notifications to mulitple users using a manual trigger connected to the "PowerApps SendPushNoticiation" action. I can make the manual trigger work for single users but I cannot seem to figure out how to add either a distribution list or even just one extra email address to the recipients pop-up. It always errors out at pushnotifications when I have more then one recipient added to the recipients field. 

 

I had assumed because the Push notifications says "Recipients" it had the functionality to take more then one recipient per push notification. Below are screenshots of what my Flow looks like and what running the flow gives me, I have only gotten this to work with one recipient;

 

Manual Trigger FlowManual Trigger Inputs

 

 

 

  • Bitmann Profile Picture
    Bitmann 2 on at
    Re: PowerApps Flows SendPushNotifications Recipients

    Hi rohette1,

     

    Hope my steps could be a reference for you.

     

    1. Under the EditForm control, add a Dropdown control. Set its Items property as: [“email address1”, “email address2”,…]
    Note: The email address should be within your organization.
    2. Then set the EditForm’s OnSuccess property as: Back();PowerAppsNotification.SendPushNotification({recipients:[Dropdown1.Selected.Value],message:"tt"})
    3. Then create a new item, the push notification would be sent to the recipients.

     

    Cheers, Bitmann

  • Re: PowerApps Flows SendPushNotifications Recipients

    You might also use this flow connector.

    doc : https://docs.microsoft.com/en-us/powerapps/using-logic-flows

    Then in your flow you can define multiple emails.

  • Re: PowerApps Flows SendPushNotifications Recipients

    I realised after posting my message that there is a 'known limitation' to using the Powerapps SendPushNotification which only allows one recipient at the time (despite the MS examples showing multiple recipients and the box being listed as 'recipients' (plural)).

     

    The only way I can find to achieve this is to create individual actions for each recipient, which is time consuming, laborious and utterly impractical for a large user base. 

  • Re: PowerApps Flows SendPushNotifications Recipients

    Hi, how about the Office365Groups option  Office365Groups.ListGroupMembers("groupid") ?
    I have been trying this instead of configurating a flow, but I didn't manage to get the right syntaxis in order to retrieve emails only.

     

  • Re: PowerApps Flows SendPushNotifications Recipients

    @v-micsh-msft - so what is the answer here? What is the syntax required to successfully send a push notification to multiple user email addresses? 

  • Verified answer
    v-micsh-msft Profile Picture
    v-micsh-msft on at
    Re: PowerApps Flows SendPushNotifications Recipients

    Hi @rohittee1,

     

    Have you checked the Blog below?

    Add push notifications to your app and boost user engagement

    The formula used for the sendpushnotification in PowerApps is :

    PowerAppsNotification.SendPushNotification({recipients:[<list of email addresses>], message:"A new case was assigned to you."})

    But under Microsoft Flow, it would double quote the input string, which makes it only one parameter for the recipients.

    With only one Email address entered, the PowerApps push notification would work as expected.

     

    66.PNG

    67.PNG

    I will collect this as a feedback.

    Thanks for reporting this.

    Regards

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

Microsoft Kickstarter Events…

Register for Microsoft Kickstarter Events…

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Announcing Forum Attachment Improvements!

We're excited to announce that attachments for replies in forums and improved…

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 145,495

#2
RandyHayes Profile Picture

RandyHayes 76,287

#3
Pstork1 Profile Picture

Pstork1 64,822

Leaderboard