My App/Pages support link:
https://go.glideapps.com/support/2a37b293-89a2-455c-9786-bbbe4ae33c15
Describe the bug:
Push notifications will send to all users, but not specific users
Expected behavior:
After feeding the push notifications “user emails” field an array of specific user emails, the push notifications will not send. I’ve taken the array from a list of user emails that are ‘owners’ of an object from a lookup column.
I’ve also tried taking the lookup column and turning it into a CSV column, then back to an array with the ‘split text’ column.
How to replicate:
Create a button to send a push notification in an object, where the object spreadsheet has an “owners” column which looks up the related users’ emails. Feed the corresponding array into the “user emails” field in the push notification integration, and they will not send.
My app is private, and all users have an email associated with their account.
When I press the “send notification button” in the object, if it is set to ‘send to specific users’, it just doesn’t work. When I use send to all users, it works fine.