Notifications directing to post

Hi all,
I am working on a social network. I have a notification system set up to notify users when another user has commented on their post. I’m a little confused as to how to get the user TO the post when they click on the notification? E.g

New notification: User ZZ has commented on your post
Current user clicks on notification
Current user is redirected to the post

Thanks,

@14rk45

It is likely that your notification system is placed on a group focus showing from clicking a bell icon on your header. From then I assume that you can click on the notification and be taken to a notification page where you can view it or if on the same page you have a notifications repeating group somewhere you can scroll to it.

In case #1 create a page, make it of type notification and use the “go to page” action sending the current notification in “data to send”

In case #2 explore the action”scroll to entry”

1 Like

you’re a genius! Did the first case and it works :slight_smile:

1 Like