web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Send Power apps notifi...
Power Apps
Unanswered

Send Power apps notification doesn't work in android mobile

(0) ShareShare
ReportReport
Posted on by 74

hi All,

         good afternoon!

          I have a equipment service request system developed by power apps, it runs fine except send notification to recipients failed

 

          I have a form to created the new request , once I saved new information into share point list some users can receive this information by push notification , I can save the record successful but send push notification doesn't work, I have a button (" Save")

to trigger save action and send power apps notification , onSelect property I have below code:

 

     If(Trim(txtLineNo.Text)="",Notify("Please Input line No",Error,5000),If(Trim(txtEquipmentNo.Text)="" && Trim(txtToolingNo.Text)="",Notify("Please input Equipment No. or Tooling No.",Error,5000)),If(Trim(txtFaultDescription.Text)="",Notify("Please input equipment fault description",Error,5000)),Patch(EquipmentServiceRequest,Defaults(EquipmentServiceRequest),{ PlantCode: dropdownPlant.Selected.Value,RequestNo: txtRequestNo.Text,CreatedBy: myUserInfo.UserName,CreatedDate: Now(),LineNo: txtLineNo.Text,EquipmentNo: txtEquipmentNo.Text,ToolingNo: txtToolingNo.Text,FaultDescription: txtFaultDescription.Text,RequestStatus: "New",Title: "0" });Notify("Your Request Created Successful",Success,5000);PowerAppsNotification.SendPushNotification({ recipients: ["hongtao.wei@prettl.com"],message: "New Request Assigned to you" });ResetForm(Form_NewItem);Navigate(MainScreen_Leader,None))  

 

 my record can be saved and there's no any error message , does anyone know what's wrong with the code ?

 

very appreciated if any, thanks!

 

Categories:
I have the same question (0)
  • v-bofeng-msft Profile Picture
    Microsoft Employee on at

    Hi @wht_629 :

    I've checked the fromula you provided,as long as Path is running normally,PowerAppsNotification.SendPushNotification() must also run.

    I've test PowerAppsNotification.SendPushNotification on my side but did not encounted the probelm you mentioned.

    I suggest you :

    1\Ensure that the configuration of PowerAppsNotification is correct.

    https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/add-notifications

    2\Check whether the notification function of PowerApps is disabled on your mobile device.

    Best Regards,

    Bof

     

  • wht_629 Profile Picture
    74 on at

    @v-bofeng-msft

                               I have checked several times about Power apps notification settings in my phone , make sure the settings is enabled on my mobile phone, so it's no problem.

                              but I found an abnormal from below link which you provided:

                              https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/add-notifications

     

                             I can't find below options in my power apps design, but it showed in above link:

                              CaseManagement.JPG

                              I can't find this options in my power apps connectors list ? 

                              If my Apps missed this item to failed push notification to android phone ?

                               

  • wht_629 Profile Picture
    74 on at

    here is my connectors list :

    historyList.JPG

     

    why there's so many lists , this is history information ?  if so, how can I remove them ?

     

    thanks

  • v-bofeng-msft Profile Picture
    Microsoft Employee on at

    Hi @wht_629 :

    These should be created by you yourself. You can manage and delete them in the Connections interface (path: Data-Connections)

    1.JPG

    Best Regards,

    Bof

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Valantis Profile Picture

Valantis 385

#2
Vish WR Profile Picture

Vish WR 367

#3
timl Profile Picture

timl 340 Super User 2026 Season 1

Last 30 days Overall leaderboard