Hi Experts,
I am developing an announcement function with push notification.
I want to use the text just edited in the "Content" of the edit form as the messages of the push notification. Is it possible to achieve that? How should we write the formula?
Many thanks!
Best regards,
Tom
Hi @TomLU123,
Have you checked the following article?
Send a push notification in PowerApps
Assuming the content TextInput box is named TextInput1, then the formula should be:
PowerAppsNotification.SendPushNotification({recipients:["Email Address"],message:TextInput1.Text,openApp:true})
Regards,
Michael
Hi Michael,
Thanks for your active reply!
I tried the formula, but when I finishing editing and subit, it shows erro in the "message" as showed in the picture. My content text input is called: DataCardValue18.
Could you provide some suggestions?
Many thanks!
Best regards,
Tom
Hi Michael,
And one more question, if I want the user to open a certain page (e.g. the page is called "Announcement") after clicking the push notification, how should I configure the Param in the formular?
Many thanks!
Best regards,
Tom
Power Apps User Groups are coming! Make sure you’re among the first to know when user groups go live for public preview.
Did you miss the call?? Check out the Power Apps Community Call here!
User | Count |
---|---|
265 | |
209 | |
76 | |
42 | |
33 |
User | Count |
---|---|
347 | |
220 | |
117 | |
72 | |
54 |