
Getting the following error when trying to send a push notification
This is the command I'm using
PowerAppsNotificationV2.SendPushNotificationV2(
"PowerApps",
LookUp(PowerAppsforMakers.GetApps().value,properties.displayName="My App Name").name,
colNotificationrecipients.Value,
txt_landing_pushnotificationtext.Text,
true,
{}
)
It used to work !
Any suggetions?
TIA
Hi @vffdd ,
'Your App' argument should in this format:
"{
appIdentifier: ""ea991789-4d59-43c8-961a-606dee8b40f3"",
type: ""CanvasApp"",
displayName: """"
}"
Please check this link:
Notifications - How to send mobile notifications from a canvas app with SendPushNotificationV2
Best Regards,
Bof