Hi all,
I have a flow where I have a text input. I do a select from a db and fill the data in that text input. Then I want to change that text and save it (means do another query and update it in db).
I managed to put in text input the text i read from db but I am not able to get it's value when i press save...
Any help on that?
Thanks
[{"id":"aa98e43.bcd4418","type":"tab","label":"Flow 5","disabled":false,"info":""},{"id":"407e1f98.f54d8","type":"function","z":"aa98e43.bcd4418","name":"query ins logo","func":"msg.topic = \"SELECT * FROM ins_logo\"\n\nreturn msg;","outputs":1,"noerr":0,"x":374,"y":215,"wires":[["59d7c426.a7093c"]]},{"id":"59d7c426.a7093c","type":"mysql","z":"aa98e43.bcd4418","mydb":"c1295981.fb5958","name":"usvstdt","x":558,"y":215,"wires":[["dacea586.f41748"]]},{"id":"dacea586.f41748","type":"change","z":"aa98e43.bcd4418","name":"","rules":[{"t":"set","p":"payload","pt":"msg","to":"payload[0].name","tot":"msg"}],"action":"","property":"","from":"","to":"","reg":false,"x":760.5,"y":215,"wires":[["b51e306c.5902b"]]},{"id":"b51e306c.5902b","type":"ui_text_input","z":"aa98e43.bcd4418","name":"name","label":"Name","tooltip":"","group":"3a69d2ce.2e17be","order":2,"width":"6","height":"1","passthru":false,"mode":"text","delay":300,"topic":"{{msg.payload[0].name}}","x":949.5,"y":213,"wires":[["5993645e.a4326c"]]},{"id":"c2738d5b.83eb5","type":"ui_button","z":"aa98e43.bcd4418","name":"","group":"3a69d2ce.2e17be","order":17,"width":"4","height":"1","passthru":false,"label":"Save","tooltip":"","color":"","bgcolor":"","icon":"","payload":"","payloadType":"str","topic":"","x":358.5,"y":365,"wires":[["5993645e.a4326c"]]},{"id":"5993645e.a4326c","type":"change","z":"aa98e43.bcd4418","name":"2","rules":[{"t":"set","p":"payload","pt":"msg","to":"payload.name","tot":"msg"}],"action":"","property":"","from":"","to":"","reg":false,"x":640.5,"y":371,"wires":[["73e2bdd0.904fa4"]]},{"id":"73e2bdd0.904fa4","type":"debug","z":"aa98e43.bcd4418","name":"","active":true,"tosidebar":true,"console":true,"tostatus":false,"complete":"payload","x":874.5,"y":375,"wires":[]},{"id":"c1295981.fb5958","type":"MySQLdatabase","z":"","host":"127.0.0.1","port":"3306","db":"usvstd","tz":""},{"id":"3a69d2ce.2e17be","type":"ui_group","z":"","name":"Inserare Logo","tab":"a8840ceb.2d6c6","order":4,"disp":true,"width":"12","collapse":false},{"id":"a8840ceb.2d6c6","type":"ui_tab","z":"","name":"USV","icon":"dashboard","order":1}]