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 / PowerAppsNotification ...
Power Apps
Answered

PowerAppsNotification with data from form

(0) ShareShare
ReportReport
Posted on by 50

I have a form to enter new data into a SharePoint list. When a new record is added a notification  must be send to a couple of users with a message and a DataCardValue. The notification works great if I only send text. But in the text message I want to send a DataCardValue also. (message example: New job added: Malfunction Light Pole) Where Malfunction is DataCardValue8 and Light Pole is DataCardValue9.

 

But how do I send a DataCardValue in the message also?

 

In the OnSucces on the form I have the following code"

 

PowerAppsNotification.SendPushNotification(
	{
		recipients: [varUsers],
		message: "New job added:" & DataCardValue8.Selected & DataCardValue9.Selected,
		openApp: true
 	}
)

 

Categories:
I have the same question (0)
  • Verified answer
    WarrenBelz Profile Picture
    155,554 Most Valuable Professional on at

    Hi @pketeldijk ,

    DataCardValuex.Selected needs a value for the single record - this will be:

    • DataCardValue8.Selected.Value for a Choice or Lookup field
    • DataCardValue8.Selected.Result for a Distinct filter
    • DataCardValue8.Selected.Filename (actual file name) if filtered from a column

    If you type in DataCardValue8.Selected. (note second dot) the valid value will come up underneath.

     

    Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.

     

     

     

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 387

#2
timl Profile Picture

timl 340 Super User 2026 Season 1

#3
Vish WR Profile Picture

Vish WR 301

Last 30 days Overall leaderboard