Notifications not arriving (possible causes & solutions)
User Activity Status: Adalo sends notifications only to users who have been active in the app within the last two weeks. make sure that the venue providers have logged into the app recently.
Installation & Permissions: confirm that the venue providers have the app installed on their devices & have granted the necessary notification permissions
Trigger Notification: the Trigger Notification action is placed at the beginning of your action sequence. placing it after other actions might prevent it from executing properly.
Native App Requirement: push notifications function only on native iOS & Android apps. They will nott work on Progressive Web Apps (PWAs).
Notifications Sent to All Users Instead of Filtered Group (possible causes & solutions)
Filter Configuration: check the filter conditions in your Trigger Notification action. make sure that you are correctly filtering users where the sellers property is set to true.
Data Type Consistency: verify that the sellers property is a boolean and not a string.
User Selection Method: instead of selecting All Users, opt for Multiple Users & apply the necessary filters to target specific users.