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 / recipients for push no...
Power Apps
Answered

recipients for push notification using an excel file as data source

(0) ShareShare
ReportReport
Posted on by 93

Hi, 

 

I am trying to pass a list of email address from an excel file to recipients variable in PowerAppsNotification.SendPushNotification.

Is there any way I can do that?

 

Thanks.

Categories:
I have the same question (0)
  • Verified answer
    mdevaney Profile Picture
    29,991 Moderator on at

    @rsanya 

    In general, a PowerApps push notifcation call looks like this:

    PowerAppsNotification.SendPushNotification(
    	{
    		recipients: ["email1@contoso.com", "email2@contoso.com"],
    		message: "message in the notif toast",
    		params: Table({key:"notificationKey", value:"The value for notificationKey"}),
    		openApp: true
     	}
    )

     

    You can use your own list of emails from an Excel table column like this:

    PowerAppsNotification.SendPushNotification(
    	{
    		recipients: RenameColumns(YourExcelTable.YourExcelColumn, "YourExcelColumn","Value"),
    		message: "message in the notif toast",
    		params: Table({key:"notificationKey", value:"The value for notificationKey"}),
    		openApp: true
     	}
    )

     

    ---
    Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."

     

  • rsanya Profile Picture
    93 on at

    Thanks! It worked.

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 May Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Valantis Profile Picture

Valantis 413

#2
WarrenBelz Profile Picture

WarrenBelz 355 Most Valuable Professional

#3
timl Profile Picture

timl 315 Super User 2026 Season 1

Last 30 days Overall leaderboard