Ui Dashboard Notification Pop-Up PROBLEM

Can you attach your final flow that shows the problem so we can investigate when back from vacation. ( ie one that fails when ticked, works when unticked etc) Thanks

Sure, There is not a problem with Node-Red. It was the understanding and recognition of the check-box for "Add output messages to stored state".

I'm not sure how to put the flow into the forum response....

Put triple backticks (``` ) on a line before and after any code you paste here. so that they display properly

Here is the flow exported to the clipboard and pasted in. I hope this will paste back into an import properly.

[{"id":"1d7f77e2.74c5d","type":"ui_template","z":"bf10e3a9.4b64a8","group":"ab11b401.997a88","name":"user input validate","order":4,"width":"7","height":"2","format":"<md-input-container style=\"overflow:hidden;\">\n    <span> \n    <input ng-model=\"user.input\" \n        style=\"width:150px\" \n        placeholder={{msg.topic}}>\n            <button class=\"bluebutton\" \n            ng-click=\"msg.payload = user.input; send(msg)\" \n            ng-keypress=\"($event.charCode==13)?msg.payload = user.input; send(msg)\" \n            ngstyle=\"{background-color: #008CBA;}\" \n            style=\"color: #fff;\n                background-color: #5bc0de;\n                border-color: #46b8da;\">Ok\n            </button>\n        </span>\n</md-input-container>\n    ","storeOutMessages":false,"fwdInMessages":false,"templateScope":"local","x":310,"y":1040,"wires":[["e90ee8c6.50d5","c0810a6e.f2d9a"]]},{"id":"adf9001a.0ed85","type":"debug","z":"bf10e3a9.4b64a8","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","x":843,"y":1040,"wires":[]},{"id":"7ed0d4bb.78be14","type":"ui_template","z":"bf10e3a9.4b64a8","group":"ab11b401.997a88","name":"user input","order":6,"width":"7","height":"2","format":"<md-input-container  style=\"overflow:hidden;\">\n    <span> \n        <input ng-model=\"user.input\" \n        style=\"width:150px\" \n        placeholder=\"{{msg.topic}}\" \n        ng-change=\"msg.payload = user.input; send(msg)\">\n    </span>\n</md-input-container>\n    ","storeOutMessages":true,"fwdInMessages":false,"templateScope":"local","x":633,"y":1120,"wires":[["adf9001a.0ed85","3b7f9bbf.c4facc"]]},{"id":"c5067555.5da13","type":"inject","z":"bf10e3a9.4b64a8","name":"","topic":"Item 1","payload":"","payloadType":"date","repeat":"","crontab":"","once":true,"onceDelay":"","x":150,"y":960,"wires":[["1d7f77e2.74c5d"]]},{"id":"6538951d.861bc4","type":"inject","z":"bf10e3a9.4b64a8","name":"","topic":"Item 2","payload":"","payloadType":"date","repeat":"","crontab":"","once":true,"onceDelay":"","x":170,"y":1120,"wires":[["7ed0d4bb.78be14"]]},{"id":"3b7f9bbf.c4facc","type":"ui_text","z":"bf10e3a9.4b64a8","group":"ab11b401.997a88","order":7,"width":"7","height":"1","name":"","label":"Label 2","format":"{{msg.payload}}","layout":"row-spread","x":853,"y":1120,"wires":[]},{"id":"683c44f3.4b3c8c","type":"ui_text","z":"bf10e3a9.4b64a8","group":"ab11b401.997a88","order":5,"width":"7","height":"1","name":"","label":"Label 1","format":"{{msg.payload}}","layout":"row-spread","x":853,"y":1080,"wires":[]},{"id":"c0810a6e.f2d9a","type":"ui_toast","z":"bf10e3a9.4b64a8","position":"dialog","displayTime":"3","highlight":"","outputs":1,"ok":"OK","cancel":"Cancel","topic":"","name":"Notification 1","x":630,"y":1040,"wires":[["adf9001a.0ed85","683c44f3.4b3c8c"]]},{"id":"e90ee8c6.50d5","type":"debug","z":"bf10e3a9.4b64a8","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","x":450,"y":980,"wires":[]},{"id":"ab11b401.997a88","type":"ui_group","z":"","name":"test","tab":"ae8a107a.acaf6","disp":true,"width":"12"},{"id":"ae8a107a.acaf6","type":"ui_tab","z":"","name":"Test","icon":"dashboard"}]