The documentation for the PowerAppsNotificationV2 connector is not helping me at all. I just want to use this in a Canvas app but I can't figure out what it is asking for.
PowerAppsNotificationV2.SendPushNotificationV2(playerType,app,recipients,message,openApp,dynamicParams)
I have no idea how to use the dynamicParams, which makes me also unsure I am completing the rest of inputs correctly since I cant get rid of my error message at the end.
I am assuming SendPushNotificationV2("App ID", "App ID", ["email"], "message", true/false, ??????)
It would be great to just get the most basic line of code to have a button send the user a push notification using V2. Nothing fancy, I just want to get it functioning so I can start working with it. There are 0 YouTube videos on this and the Microsoft documentation doesn't even mention dynamicParams so any help would be appreciated.