Send a Powerapp Notification to Mobile using Automation Flow

Loading

Requirement: Send a Powerapp Notification to Mobile application using Automation flow

Firstly-To send a notification, Share the application within the organization persons like admin, users then, Create a Schedule flow, Recurrence as trigger- Every day at 8:00 AM send an notification as remainder.

Add an Get App Role Assignments action from power apps maker, in this PowerApp name: Take application ID from power apps by selecting three dots and go to details, copy the app ID and paste at here. Then API version as per the action.

Save and Run the flow, then click on click to download then copy that and paste at visual studio code, their the user and the application shared by the persons within the organization, so add CanView users and Admin are visible.

Add an Filter array Action- From: add Value from dynamic content then Add Role name is equal to Canview.

Then Add an action Select from Data Operations, add From: Body from dynamic content of Filter array value, Map : email from dynamic content of Filter array.

Then Add a Send Push Notification v2 from Power apps.

  • Mobile App: Power Apps
  • Your app: Application name
  • Recipients: Output from dynamic content of Select action
  • Message: Remainder for an leave Approval
  • Open App: Yes

Now Save and Run the flow, and the Notification sent to the mobile every morning 8 am, and it performs like remainder to approve and leave request.

Leave a Reply

Your email address will not be published. Required fields are marked *