In Power Apps, you can send a push notification to an app or you can trigger push notifications from one app to another app.
There are 2 methods to send Push notifications to an app. The steps for implementing Push notifications are as listed below:
METHOD 1
- POWER APPS
- Create a Canvas App using make.powerapps.com
- POWER AUTOMATE
- Create a flow
- Add an Action ‘Send Push notification v2’
- Specify the parameters on Mobile app as ‘Power Apps’
- Select your app from dropdown which needs to be triggered for push notification
- Specify the Message text and ‘Open App’ parameter to ‘Yes’
METHOD 2
- Create a Power Apps using make.powerapps.com
- Get the App ID and store it for later use
- Click on Data icon and click on ‘Add data’
- Type ‘Power Apps Notifications’ and select it
- Click ‘Add a connection’
- The screen will prompt you to add App ID
- Now in the app, trigger the function using Button ‘On Select’ event
- Call the Power Apps Notification connection by passing the message text and user email
METHOD 1
METHOD 2