Hi all,
I want to send push notification to a user when a task is assigned. I'm using "PowerAppsNotificationV2" connector. I trigger the connector on click of a button:
PowerAppsNotificationV2.SendPushNotificationV2("PowerApps","9c79a1ed-9e13-49f0-bf2e-eb0b72985f57",["xyz@gmail.com"],"test message",true,{key:"TaskId", value:"d7eef785-014a-ec11-8c62-6045bd875946"});
I'm facing below error:

If I look at details of the app, then the id is correct:

What could be the issue? how can I pass the "app" parameter?