Linking notifications to a specific page

What is the best way to associate a notification that is sent to the user to a specific page in the app?

Hi @ido :wave:

If you mean the detail page of that notification you can add a list and set that to the Notification collection and add a link action to a new screen and in that screen you can add text components and add Current Notification Title, Body etc using the Magic Text.

Hope it helps!

Thank you