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

Report
All responses (
Answers (