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.
Congratulations to our 2026 Super Users!
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
WarrenBelz 542 Most Valuable Professional
Haque 206
Kalathiya 201 Super User 2026 Season 1