Hi there,
Making a app and we like to share updates to the items with the creators. Therefore i like to send push notifications with a parameter to redirect them directly to the item in the app. we've looked at it with some specialists already but don't seem to get it right. How can i make it work configured from the app directly.
Currently when redirecting adding a param in the browser URL: it works fine but coming from the push notification v2, the param is not passed through or picked up.
OnStart: Set(VarID,Value(Param("varID")));If(VarID<>0,Set(VarRecord,LookUp(MydataSource,ID = VarID)));
StartScreen: If(IsBlank(Param("varID")),If(IsBlank(Param("varIDEdit")),Start_Screen,Action_Screen),Detail_Screen)
on submitting a comment:
OnSelect: PowerAppsNotificationV2.SendPushNotificationV2("PowerApps","{appIdentifier: ""25108a25-3b4d-419a-b533-123456789012"",type:""CanvasApp"",displayName:""MyAppName""}",Table({Value:User().Email},{Value:VarRecord.Idea_Owner.Email}),"A new comment is added to idea: " & VarRecord.Title & " ID: " & VarRecord.ID,true,{varID:VarRecord.ID})
hope to see you reactions..

Report
All responses (
Answers (