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
Fredrik ,
really appreciate you advice on my request ..
rgds
Ajith
Hi Fredrik ,
used below statement , but get errors
appreciate your advice
rgds
AD
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] })
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 ?
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