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 / PowerApps Push Notific...
Power Apps
Answered

PowerApps Push Notification from a dropdown list

(0) ShareShare
ReportReport
Posted on by 65
I want my App to send push notification from a dropdown list that I selected. 
Can someone help with the function below?
 
PowerAppsNotification.SendPushNotification({
recipients: ["JohnPeters@gmail.com"],
Dropdown.Selected.Value = "ASSIGNED TO DANIELTRANSIT",
Message:“Alert, New Request!”  & ThisItem.’Ticket Number’, 
openApp: true})

 

Categories:
I have the same question (0)
  • Verified answer
    v-jefferni Profile Picture
    Microsoft Employee on at

    Hi @evanscona ,

     

    Please try below formula:

    If(
    Dropdown.Selected.Value = "ASSIGNED TO DANIELTRANSIT",
    PowerAppsNotification.SendPushNotification({
    recipients: ["JohnPeters@gmail.com"],
    Message:"Alert, New Request!" & ThisItem.'Ticket Number', 
    openApp: true})
    )

     

    It means only when the dropdown selected value is "ASSIGNED TO DANIELTRANSIT", PowerApps will send a push notification to the recipient.

     

    Best regards,

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 Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 400 Most Valuable Professional

#2
11manish Profile Picture

11manish 141 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 109 Super User 2026 Season 2

Last 30 days Overall leaderboard