# Push Notifications only send 1 notification

**URL:** https://community.glideapps.com/t/push-notifications-only-send-1-notification/76275
**Category:** Ask for Help
**Created:** [September 11, 2024, 4:43am UTC](https://community.glideapps.com/t/push-notifications-only-send-1-notification/76275 "2024-09-11T04:43:11Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Hilman\_Hamidon](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/hilman_hamidon/32/79525_2.png) [@Hilman\_Hamidon](https://community.glideapps.com/u/Hilman_Hamidon)
#### Post date: [September 11, 2024, 4:43am UTC](https://community.glideapps.com/t/push-notifications-only-send-1-notification/76275/1 "2024-09-11T04:43:11Z")

</div>

Hello, I am currently working on a app that after a form is completed it will automatically send a push notification to everyone that has the app. My current problem is after installing the app into my phone home screen it only sent a notification the first time and every other attempt after the first notification it does not send notifications to my phone. I followed the basic tutorial in Youtube which included:

1. Create an enable notification button and allow notifications
2. Install in home screen of phone
3. Include a request notification action
4. Results get sent to the column when approved
5. Add an action to push notification when the form is submitted

But even after many trial and error I only managed to receive only 1 notification which is the first attempt after I installed the App. I also checked my mobile phone and it confirmed that notification for the App is allowed. Every other attempt after the first attempt did not send any notifications. Can someone please help me with this?

 ![Push Noti Action](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/6/c/6c3248cf746b1a02354fb72e1db98423d2c1631d.png)  
 ![Approval list](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/5/8/58212c2cb290f6d2a0ed9d7fc8d83b33f1fbd5f9.jpeg)  
 ![Mobile notification](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/1/9/190efe0e25b518aa1c145df55330402913d4a688.jpeg)  
 ![Request Action](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/c/7/c790b3427ed0b8e54b98fa7788b5acb84be79a59.jpeg)

---

<div class="post-metadata">

### Author: ![Luther](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/luther/32/17929_2.png) [@Luther](https://community.glideapps.com/u/Luther)
#### Post date: [September 11, 2024, 5:18am UTC](https://community.glideapps.com/t/push-notifications-only-send-1-notification/76275/2 "2024-09-11T05:18:19Z")

</div>

Try some of these suggestions from @MegannLock, maybe you might come right. I know a lot of people are battling with push notifications.

> [@How did you get push notifications to work?](https://community.glideapps.com/t/how-did-you-get-push-notifications-to-work/75774/5):
>
> I use push notifications in several of my client’s apps and they work great. A few tricks I’ve picked up along the way: Make sure you’re using a booelan column on the users profile table to store their “Request to allow push notifications” response. Also, make sure it’s an actual value saved with that user vs. making the column “user-specific”. Ensure that any of your actions that “Send” notifications are conditional to the signed-in user’s preference. If a user isn’t receiving notifications, …
