how i can make that by clicking my push notification it take me to the screen in my app that i want?
Hi @mj7 ,
Step 1 - For this purpose, you need to Connect with PowerApp.Push Notification connector to send Data.
Step 2 - Implement Deep-link functionality.
And Pass the URL in Push Notification. So when User Click on Push Notification Deeplink helps you to route you to a specific Screen.
Sample Code -
PowerAppsNotification.SendPushNotification( { recipients: ["email1@contoso.com", "email2@contoso.com"], message: "message in the notif toast", params: Table({key:"notificationKey", value:"The value for notificationKey"}), openApp: true } )
Reference - URL
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/add-notifications
Thanks,
Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."
@VijayTailorbut how i put the URL on the notification thats what i dont know how 😞 help
Basically no need to put the url. But using param you can route to specific screen. In the below mentioned url in previous post you can get params concept.
@VijayTailor yes i already try but i dont know how to put the params so it works because it always marks me error so im struggling alot with that part
@VijayTailori already saw it but what he does is different thats why i dont undersant he puts anURL so that confuses me
have you done it? so that you can give me an example of the params 😕 ?
Stay up tp date on the latest blogs and activities in the community News & Announcements.
Mark your calendars and join us for the next Power Apps Community Call on January 20th, 8a PST
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
User | Count |
---|---|
201 | |
183 | |
76 | |
46 | |
37 |
User | Count |
---|---|
327 | |
260 | |
123 | |
72 | |
58 |