Notifications
Announcements
Hi ,
I have a app ,it send the push notifications using a flow .. When it execute through the app , recipient get the notification , but when accepted notification , it will re-direct to the app main screen .. I want it to re-direct to the screen2 in the same app ..
pls advice
rgds
AD
Hello,
i would do something like this:
1. App OnStart, If( !IsBlank( --parameter--), Set( vSelectedRecord, LookUp( dataSource, ID=Param(ID) ); Navigate(viewScreen, Transition.CoverRight))
2. App opens, checks if Param IsBlank
3. If it's not blank Sets variable and navigates to View screen
Hi Fredrik ,
would you pls explain what is --parameter--.. do we need to send this on the push statement to get the same back while accepting ?
When you trigger the notifications you have an option to include parameters, for example like this:
PowerAppsNotification.SendPushNotification({recipients:[DataCardValue14.Selected.Email], message:"Task " & Upper(DataCardValue9.Text) & " is assigned to you.", params:[screen:"1", taskid:BrowseGallery1.Selected.ID] })
used below statement , but get errors
appreciate your advice
Fredrik ,
really appreciate you advice on my request ..
Ajith
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.
In our never-ending quest to improve we are simplifying the forum hierarchy…
We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
WarrenBelz 386 Most Valuable Professional
Kalathiya 361
MS.Ragavendar 339 Super User 2025 Season 2