I have a collection that populates a list of company updates. I want to trigger notifications for ALL users to get notified with a new company updated is posted.
I am getting stuck because they are not followers of the logged in user.
You can set the recipient of the notification to be Users > All and then filter appropriately if you need to.
I have the notifications triggered to all users when the submit button is clicked. I am stuck on filtering the list on the notifications screen to show all notifications and filter based on Logged in user last notify clear field. And yes, I am testing with separate users
Oh I see. So your filter says “Only show the notifications where the current notification created date is after the logged in user’s last notify clear?”
YESSSSS!!! that worked. Way more simple than I was thinking. Thanks a lot!
hey, what if I want an icon or a pic to appear in home screen if the notification list is active or when he have new notifications , and if he clear the list it disappear.
Can I send this notification to a specific account? for example, any user activates a notification by pressing the button, but I want this notification to go directly to the screen of a single account.