Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Automate - Building Flows
Answered

Model Driven In-App Notification

(0) ShareShare
ReportReport
Posted on by 5

Hi, I am using Power Automate Flow to send In-App notifications to our users. I have implemented this by creating a new record in notification table in CDS(Screenshot1). we are facing an issue while trying to pass custom data while creating new record(screenshot1).Custom data which I am trying to pass is in (Screenshot2) and in the below link also. Can anyone please help me to map this data into Power automate flow Data Column. Thank You.

Link of the doc:

https://docs.microsoft.com/en-us/powerapps/developer/model-driven-apps/clientapi/send-in-app-notifications

 

 screenshot1screenshot1screenshot2screenshot2

  • Susanta Profile Picture
    5 on at
    Re: Model Driven In-App Notification

    Thank you @Mira_Ghaly

  • Verified answer
    Mira Ghaly Profile Picture
    11,409 Super User 2025 Season 1 on at
    Re: Model Driven In-App Notification

    @Susanta 

    You need to construct the below JSON in a compose data operation and replace it with your data

     

     {
     "actions": [
     {
     "title": "View Opportunity",
     "data": {
     "url": "?pagetype=entityrecord&etn=<entityLogicalName>&id=<Opportunityid>",
     "navigationTarget": "dialog"
     } 
     }
     ]
     }

     

    And pass it to the Data property.

     

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

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 497 Super User 2025 Season 1

#2
David_MA Profile Picture

David_MA 436 Super User 2025 Season 1

#3
Riyaz_riz11 Profile Picture

Riyaz_riz11 244 Super User 2025 Season 1