
Announcements
Hi all..!!
I'm making app based sharepoint.
but it has a trouble..
My function is
PowerAppsNotification.SendPushNotification( { reciptients : ForAll ( 'Sharepoint data name', Email
Message : " Success"
openAppp : true })
but it can't notificate...
plz help ...
Hi @Zingoo ,
Firstly, it's a behavior function .You can use them in the formulas for the OnSelect, OnVisible, OnHidden, and other On... properties.
Secondly ,please try the formula something like this:
ForAll ( 'Sharepoint data name',PowerAppsNotification.SendPushNotification( { reciptients:[ThisRecord.Email],message:"Success",openAppp : true}))
Best Regards,
Wearsky