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