# Missing notification node when user starts to use tab for the first time

**URL:** https://discourse.nodered.org/t/missing-notification-node-when-user-starts-to-use-tab-for-the-first-time/60347
**Category:** General
**Created:** [25 March 2022 15:50 UTC](https://discourse.nodered.org/t/missing-notification-node-when-user-starts-to-use-tab-for-the-first-time/60347 "2022-03-25T15:50:04Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![QGIO](https://avatars.discourse-cdn.com/v4/letter/q/f17d59/32.png) [@QGIO](https://discourse.nodered.org/u/QGIO)
#### Post date: [25 March 2022 15:50 UTC](https://discourse.nodered.org/t/missing-notification-node-when-user-starts-to-use-tab-for-the-first-time/60347/1 "2022-03-25T15:50:04Z")

</div>

I have a UI where I need to fill these fields in order to add a new instrument in my sql database.

 ![immagine](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/3X/5/3/5346d4dfb05a0cc5ae38d4839a7fcd80aaad016a.png)  
For most of the field there is a check: in case of some empty field or CODIFICA already present in the database, a pop-up is given (by notification node).  
Now, when I enter in this tab for the first time, and I partially fill the fields, no pop-up is shown and data are not saved. Instead, if (when I enter for the first time) I correctly fill all the fields, save data by clicking on the button and then I try to add another instrument, in this case I get the pop-up if some field are not filled.  
So, it can happen:  
CASE 1:  
Enter for the first time on the tab;  
fill partially the fields,  
click on the button to save  
--\> no pop-up alert shown and data are not saved (no saving action is done but no information is given to user)  
CASE 2:  
Enter for the first time on the tab;  
fill all the fields,  
click on the button to save  
--\> data are stored  
try to insert new data (for another instrument to be saved)  
fill partially the fields,  
click on the button to save  
--\> pop-up with alert of missing field is given.

Do you have idea why this happens?  
I don't know how to solve it.

Maybe another option is to disable the button until all the fields are not filled, but I don't know how to do and I have alredy generate the flow for the option I reported here

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/1X/d073cd938eafa2e558d7c2cd59003b3ef4963033.png) [@system](https://discourse.nodered.org/u/system)
#### Post date: [24 May 2022 15:50 UTC](https://discourse.nodered.org/t/missing-notification-node-when-user-starts-to-use-tab-for-the-first-time/60347/2 "2022-05-24T15:50:43Z")

</div>

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.
