Hi huys,
Can someone please help me to format mulitple parameters into my push notification message.
I currenlty have this:
PowerAppsNotification.SendPushNotification({recipients:[DataCardValue14.Selected.Email], message:"Task " & Upper(DataCardValue9.Text) & " is assigned to you.",
params:[screen:"1", taskid:BrowseGallery1.Selected.ID]
})I've tried many other variants found online and on this forum. All keep on giving errors on the params: part. without the params: it works perfectly.
Many thanks!!