Hello everyone,
I want to send a push notification to the powerapp from the flow for this I have followed below steps:-
I have created a flow that will send a push notification to the powerapp when a record is updated in the crm.
Please find the attachment of the Send Push Notification.
In the OnVisible property of the screen I have placed the logic to open a particular screen when the user taps the notification as follows:-
If(!IsEmpty(Param("CaseID")),Navigate(screen1,none))
But, nothing happens when user clicks on the notification send from "Send Push Notification" in flow.
Please help.