I am using Send push notification V2 action in Power automate flow to send a push notification on canvas mobile app. It is working fine for individual/user email addresses.
But, I want to a send push notification to a group. Is it possible to send Power Apps Push notification to security group or mailbox?
Solved! Go to Solution.
Hi @ganeshsanap,
I think you could try the Office365Groups connector
1. Add an Office365Groups connection
2. Write the formula as below:
PowerAppsNotification.SendPushNotification(
{
recipients: ForAll(
Office365Groups.ListGroupMembers("GroupID").value,
mail
),
message: "message"
}
)
Hi @ganeshsanap,
I think you could try the Office365Groups connector
1. Add an Office365Groups connection
2. Write the formula as below:
PowerAppsNotification.SendPushNotification(
{
recipients: ForAll(
Office365Groups.ListGroupMembers("GroupID").value,
mail
),
message: "message"
}
)
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Announcing a new way to share your feedback with the Power Automate Team.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
73 | |
26 | |
20 | |
15 | |
15 |
User | Count |
---|---|
144 | |
44 | |
44 | |
34 | |
31 |