I just started using Node-Red. I created a dashboard with text input. What is the best way to clear out msg.payload so the 'previous' input string is deleted?
New user! Unable to upload my flow; Sorry!
Thanks
[{"id":"1d054280.ee5b9d","type":"tab","label":"Flow 2","disabled":false,"info":""},{"id":"b88f1af0.8850f8","type":"debug","z":"1d054280.ee5b9d","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"payload","targetType":"msg","x":490,"y":340,"wires":[]},{"id":"338c5076.0d4ff","type":"ui_text_input","z":"1d054280.ee5b9d","tab":"c35be409.04d008","mode":"text","delay":"10","name":"Input Text","topic":"","group":"","order":1,"x":440,"y":260,"wires":[["b88f1af0.8850f8"]]},{"id":"7216952.659436c","type":"change","z":"1d054280.ee5b9d","name":"","rules":[{"t":"set","p":"payload","pt":"msg","to":"","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":280,"y":200,"wires":[["338c5076.0d4ff"]]},{"id":"fc860530.332518","type":"inject","z":"1d054280.ee5b9d","name":"","topic":"","payload":"","payloadType":"date","repeat":"","crontab":"","once":true,"onceDelay":0.1,"x":110,"y":200,"wires":[["7216952.659436c"]]},{"id":"c35be409.04d008","type":"ui_tab","z":"1d054280.ee5b9d","name":"MyTab","icon":"dashboard","order":"1"}]