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:
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)
Data in app (current)
Notification icon change conditional
Show red dot conditional (tried different approach to search just in case)
Group that shows texts has RG with the text
And hidden group over it in case of no notifications
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…
Inspector within Debugger says
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!