How to click on notification and go to a page and open a modal?

Hey guys, what’s up?

I’m looking for a method to open a modal that has some information, but the way I want it is a bit complicated. Sometimes I get a notification, provided by some database update. This notification is in my navbar indicating that I got a new message/update of something. The problem is: how can I go through this notification to the view and open the correct modal, all in one click? Do I use something specific in Flow? How would you do it?

Have you tried using toasts instead of notifications? They offer much more functionality so may do what you need.