Hi,
When a push notification received, I want to display the message received in the app.
I am using PowerAppsNotification.SendPushNotification and the message parameter needs to be displayed in a label.
Thanks.

Hi,
When a push notification received, I want to display the message received in the app.
I am using PowerAppsNotification.SendPushNotification and the message parameter needs to be displayed in a label.
Thanks.
Hi @rsanya ,
Your requirement can be achieved by the PowerAppsNotification.SendPushNotification function, since it supports pass parameters to target app.
You can define the value of the parameter with same text as Message as follows.
In the target app, you can also need to use Param function to capture the passed parameter.
When you click the notification to enter the app, the same message can also be shown in the screen.
For more reference: Send a push notification in Power Apps
Hope this helps.
Sik