Hi All,
How do i setup mobile push notification for org wide?
TA

Hi All,
How do i setup mobile push notification for org wide?
TA
Hi @TankAdmin ,
Are you asking the Planner mobile app notifications?
From this thread, we can know that only the users are assigned a task by someone that the user can get the Planner mobile app notification. So if you want to send the notification to all org users, you have to assign the task to all users in your org.
If you are asking PowerApps Push Notification, you can add all office365 users to Recipients parameter by Office365 User connector, then the notification can be sent to all office365 users' PowerApps.
PowerAppsNotification.SendPushNotification({recipients:RenameColumns(ShowColumns(Office365Users.SearchUserV2().value,"UserPrincipalName"),"UserPrincipalName","Value"),message:"Test"})
Hope this helps.
Sik