Open specific page using push notification receive event

I would like to grab data from my notification to open a specific page when my notifications is recieved.

this is a significant part of app development, has anyone accomplish this yet ?

Hi Nicole, did you receive a response or found a solution to deal with a push notification?

Hi! This is very hard to do right now, I’m not sure if there’s much if any information coming from the push notification itself that would enable you to figure out which page you want to open, unless you know it from some other source. Also you can’t yet choose which page you open dynamically (with a formula), so you’d need to do a whole tree of if-nodes to find the correct page to open.

You cannot be serious. This is very easy to do in any tech stack and an industry standard (absolute necessity) in app development.