Hey guys,
I have an question on push notifications, what i am trying to do is, send an push notification, warning my company that a new app was built, and so, they should check out!
But since, i am new at this topic, what i wanted to try, is sending a notfication, everytime an list is created! So per example, i created X list, the creator will receive an notification of that, and if, for some reason the creator wanted to notify someone, that someone would also get a notification on their cellphone.
I checked this article : https://powerapps.microsoft.com/en-us/blog/add-push-notification-to-you-app-and-boost-usage-and-retention/
And everything was going alright, until i got this error:

Translated words
"O destinatario" - "The recipient"
It says the recipient is not the identifier or the "Main" email...
The code i used:
Back(); PowerAppsNotification.SendPushNotification({recipients:[Email], message:"A new case was assigned to you."})Back(); PowerAppsNotification.SendPushNotification({recipients:[Author], message:"A new case was assigned to you."}) I inserted this two codes at different times!
Any help on this subject would be gadly appreciated (On both cases), because i must be missing something here!
Help on the first or second case would be appreciated!