Node Status - queries about text is null

Also, Debug 3 is ... unreachable. You're right, he appears in the console

[{"id":"855fa392.159ea","type":"tab","label":"Message","disabled":false,"info":""},{"id":"a050df00.37e8d8","type":"inject","z":"855fa392.159ea","name":"GO","topic":"","payload":"","payloadType":"date","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":250,"y":180,"wires":[["b4593353.8d9da8"]]},{"id":"d423496f.6e9b6","type":"debug","z":"855fa392.159ea","name":"Debug 1","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","x":660,"y":180,"wires":[]},{"id":"b4593353.8d9da8","type":"function","z":"855fa392.159ea","name":"1","func":"msg.payload = null;\n\n\nnode.status({fill:\"green\", shape:\"ring\", text:'Payload : ' + msg.payload});\n\n\n\nreturn msg;","outputs":1,"noerr":0,"x":460,"y":180,"wires":[["d423496f.6e9b6"]]},{"id":"a727a5c5.bd176","type":"inject","z":"855fa392.159ea","name":"GO","topic":"","payload":"","payloadType":"date","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":250,"y":260,"wires":[["8e5ad3ca.d65248"]]},{"id":"9449c11.635744","type":"debug","z":"855fa392.159ea","name":"Debug 2","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","x":660,"y":260,"wires":[]},{"id":"8e5ad3ca.d65248","type":"function","z":"855fa392.159ea","name":"2","func":"msg.payload = null;\n\nnode.status({fill:\"green\", shape:\"ring\", text:msg.payload});\n\nreturn msg;","outputs":1,"noerr":0,"x":460,"y":260,"wires":[["9449c11.635744","2203172e.d6691"]]},{"id":"2203172e.d6691","type":"function","z":"855fa392.159ea","name":"Other Node","func":"msg.payload = 'Flow is running';\n\n\nreturn msg;","outputs":1,"noerr":0,"x":640,"y":380,"wires":[["94801149.aa8e88"]]},{"id":"94801149.aa8e88","type":"debug","z":"855fa392.159ea","name":"Debug 3","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","x":840,"y":380,"wires":[]}]