Hi guys I'm trying to create a table and some buttons in the uibuilder, so basically I have some values comming from mqtt node and a button to send on in the ui, This is my flow.
[{"id":"8308324c.987ff","type":"uibuilder","z":"600a74c8.3d1c8c","name":"","topic":"","url":"uibuilder","fwdInMessages":false,"allowScripts":false,"allowStyles":false,"copyIndex":true,"showfolder":false,"x":390,"y":180,"wires":[["442af1d7.20e65"],[]]},{"id":"442af1d7.20e65","type":"debug","z":"600a74c8.3d1c8c","name":"msg from button","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"payload","targetType":"msg","statusVal":"","statusType":"auto","x":650,"y":180,"wires":[]},{"id":"72b0ed41.17e344","type":"inject","z":"600a74c8.3d1c8c","name":"data to plot","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"5","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"$random()","payloadType":"jsonata","x":170,"y":180,"wires":[["8308324c.987ff"]]}]