Do search does not work (notification function)

Hello!
I apologize if the relevant topic had been published and solved already.
I am trying to build an app for educational purposes and I encountered the following problem when I was trying to create Notifications option for my app. I keep the notification icon in reusable Header which is located on every page except sign-in/password related.

Data fields for Notification types:
image

The workflow to set up notification (yes, I know I have is_seen as いいえ(No) on default already but I added it to workflow anyway just in case but did not help)
image

Data in app (current)
image

Notification icon change conditional
image

Show red dot conditional (tried different approach to search just in case)
image

Group that shows texts has RG with the text
image

And hidden group over it in case of no notifications
image

However when I test page where the reusable is placed logged in as the user who has unread notifications, bell is not different color, no dot and the floating group shows no notifications…
image

Inspector within Debugger says
image

I tried to remove the condition “ is_seen as いいえ(No) “ but nothing changed. I also tried to just add the bell on the page and see if it works within the page but no, says first element is empty. The receipent data is correct.

I wonder if I am doing something wrong or if there is some kind of bug. Looking forward for your opinion. Thank you!

How about the privacy settings of the element “is_seen” are the correct?

1 Like

Thank you very much, seems like it was the reason, I changed to privacy and it works!

1 Like

Great! Have fun :partying_face:!

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.