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

Community site session details

Session Id : q7tC2sA54SBEeBm75w+p2L
Power Automate - Building Flows
Answered

Model Driven In-App Notification

Like (0) ShareShare
ReportReport
Posted on 16 Sep 2021 13:18:35 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

I have the same question (0)
  • Susanta Profile Picture
    5 on 20 Sep 2021 at 09:30:52
    Re: Model Driven In-App Notification

    Thank you @Mira_Ghaly

  • Verified answer
    Mira Ghaly Profile Picture
    11,409 Moderator on 20 Sep 2021 at 07:21:09
    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

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Tom Macfarlan – Community Spotlight

We are honored to recognize Tom Macfarlan as our Community Spotlight for October…

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 626 Super User 2025 Season 2

#2
Tomac Profile Picture

Tomac 374 Moderator

#3
Expiscornovus Profile Picture

Expiscornovus 284 Most Valuable Professional

Last 30 days Overall leaderboard
Loading complete