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.