Push notification --How to retrieve tap notificaton message from phone in mendix app.
0
Hi Experts, I’m working with push notifications in Mendix native, and I’m running into an issue. I’ve created a MessageData entity that is non-persistable, where I store the title, name, and action for the notification. This data is then passed into the SendMessageToDevice Java action, which sends the notification to my phone. When the user taps the notification I’ve added a Notification Widget in page . This widget has an On Open flow that should trigger based on action name same . when the user clicks the notification but gives empty parameter in the flow. how can i retrieve tap notification message inside the mendix app? The problem is that when the user taps the notification and the On Open flow is triggered, the data (including the MessageData and GUID) is empty. I need to retrieve the MessageData (especially the GUID) that was sent with the notification.