I need some help please. I have tried but it does not seem to be picking up. Not sure where the problem is. I want the push notification to open directly to specific item id when clicked as specified in the param function. I have achieved this using power automate but want to do so in power app itself. Any help?
PowerAppsNotificationV2.SendPushNotificationV2(
"PowerApps",
JSON({appIdentifier: "c3e74ccf-bfec-4cc3-adujkkkkkk10-f5fa7d2ceaef"}),
[
".............................."
],
User().FullName & " submitted an incoming item: " & IncomingForm.LastSubmit.Title,
true,
{ScreenName: "InForm",
FormType: "IncomingForm",
ID: IncomingForm.LastSubmit.ID
}
);