Notifications with icon

Hi there,

Now been using Bubble for 3 weeks, getting ahead great. Im building this social networking app and have created a home page, settings page, chat screen. Going great.

Running in to a problem. Hope someone can help me out with this. I have a chat icon on the home page and on the setting page in a floating group. Now I have set a red dot at the top right side of the chat icon. So what I want to create is that when I am NOT on the same screen as where the change occurs (a new message). I will still get the red dot notification, which occurs when I get a new message en disappears when I have seen it, when I am on the home screen.

Can anyone help me with this?

Essentially a condition on your red dot that says

When notifications that are not seen:count <= 0 visible = false

When notifications that are not seen:count > 0
Visible true

Hi @doug.burden thanks for you reply! so how do I connect this with a new message?