How to print at new line?

I am trying to perform something as below,
read and extract value --> either it is lower then or grater then or in between certain value using switch node--> in between certain value then Status ok using change node --> combine 2 string using combine node --> split to give numbers before string -->change node ((parts.index+1) & ": " & payload) --> Join-Automatic -->displayed using text.
but second string doesn't come on second line. SS of the flow and result displayed on the dashboard have been attached below.
Kindly guide me how can I print the next string on next line on dashboard

[{"id":"613c3bec.69fca4","type":"tab","label":"Flow 1"},{"id":"e54c93fe.6ff87","type":"change","z":"613c3bec.69fca4","name":"set topic to agg1","rules":[{"t":"set","p":"topic","pt":"msg","to":"Agg1","tot":"str"},{"t":"set","p":"payload","pt":"msg","to":"Agg2: Status:OK","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":800,"y":500,"wires":[["2886ab01.99ebd4","e4fe4043.532:1"]]},{"id":"5c70c3b0.a3e27c","type":"change","z":"613c3bec.69fca4","name":"set topic to agg1","rules":[{"t":"set","p":"topic","pt":"msg","to":"Agg1","tot":"str"},{"t":"set","p":"payload","pt":"msg","to":"Agg1:Status OK","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":780,"y":280,"wires":[["4c198664.9e13c8","e4fe4043.532"]]},{"id":"9912ee40.c4b21","type":"change","z":"613c3bec.69fca4","name":"Prepend line number","rules":[{"t":"set","p":"payload","pt":"msg","to":"(parts.index+1) & \": \" & payload","tot":"jsonata"}],"action":"","property":"","from":"","to":"","reg":false,"x":1160,"y":260,"wires":[["cb68d31f.f8b4e","550e6260.c93e9c"]]},{"id":"e4fe4043.532","type":"combine","z":"613c3bec.69fca4","name":"","triggers":"1,0","inputs":2,"timeseries":false,"waitall":false,"reset":false,"x":940,"y":340,"wires":[["74f84b0f.d5e724"]]},{"id":"4c198664.9e13c8","type":"debug","z":"613c3bec.69fca4","name":"","active":true,"console":"false","xaxis":"_time","complete":"false","x":990,"y":60,"wires":[]},{"id":"2886ab01.99ebd4","type":"debug","z":"613c3bec.69fca4","name":"","active":true,"console":"false","xaxis":"_time","complete":"false","x":1030,"y":580,"wires":[]},{"id":"608f6c08.c056e4","type":"debug","z":"613c3bec.69fca4","name":"","active":true,"console":"false","xaxis":"_time","complete":"false","x":1270,"y":560,"wires":[]},{"id":"b3b7c1f7.c88e","type":"extract parameter","z":"613c3bec.69fca4","name":"Agg1_Current_Weight","topic":"1a655a707b4a445a98eb4f4e516b02a0/BatchMix_Current_Weight/Agg1_Current_Weight","topicData":"{\"asset\":\"1a655a707b4a445a98eb4f4e516b02a0\",\"assetName\":\"BatchMix\",\"aspect\":\"cde53ccd1ff84624af95951d5dc41188\",\"aspectName\":\"BatchMix_Current_Weight\",\"variable\":\"te977db91a139c\",\"variableName\":\"Agg1_Current_Weight\"}","parameter":"Agg1_Current_Weight","x":400,"y":240,"wires":[["149e5837.4befb8","c7906a0c.b0bba8"]]},{"id":"f73d3e48.14b6c","type":"extract parameter","z":"613c3bec.69fca4","name":"Agg2_Current_Weight","topic":"1a655a707b4a445a98eb4f4e516b02a0/BatchMix_Current_Weight/Agg2_Current_Weight","topicData":"{\"asset\":\"1a655a707b4a445a98eb4f4e516b02a0\",\"assetName\":\"BatchMix\",\"aspect\":\"cde53ccd1ff84624af95951d5dc41188\",\"aspectName\":\"BatchMix_Current_Weight\",\"variable\":\"tf977db91a139d\",\"variableName\":\"Agg2_Current_Weight\"}","parameter":"Agg2_Current_Weight","x":400,"y":400,"wires":[["b55467f3.7db4a8","cd90a03f.2a5c4"]]},{"id":"cb68d31f.f8b4e","type":"join","z":"613c3bec.69fca4","name":"","mode":"auto","build":"string","property":"payload","propertyType":"msg","key":"topic","joiner":"\\n","timeout":"","count":"","x":1330,"y":260,"wires":[["c675673a.49a9a8","60b728ac.56da78"]]},{"id":"38358e09.88c4f2","type":"read timeseries","z":"613c3bec.69fca4","name":"All 6 var read","topic":"1a655a707b4a445a98eb4f4e516b02a0/BatchMix_Current_Weight/Agg1_Current_Weight,Agg2_Current_Weight,Agg3_Current_Weight,Agg4_Current_Weight,Bitumen_Current_Weight,Filler_Current_Weight","topicLabel":"BatchMix/BatchMix_Current_Weight/Agg1_Current_Weight,Agg2_Current_Weight,Agg3_Current_Weight,Agg4_Current_Weight,Bitumen_Current_Weight,Filler_Current_Weight","topicData":"{\"asset\":\"1a655a707b4a445a98eb4f4e516b02a0\",\"assetName\":\"BatchMix\",\"aspects\":[{\"aspectId\":\"cde53ccd1ff84624af95951d5dc41188\",\"aspectName\":\"BatchMix_Current_Weight\",\"variables\":[{\"variableId\":\"te977db91a139c\",\"name\":\"Agg1_Current_Weight\"},{\"variableId\":\"tf977db91a139d\",\"name\":\"Agg2_Current_Weight\"},{\"variableId\":\"tg977db91a139e\",\"name\":\"Agg3_Current_Weight\"},{\"variableId\":\"th977db91a139f\",\"name\":\"Agg4_Current_Weight\"},{\"variableId\":\"ti977db91a13a0\",\"name\":\"Bitumen_Current_Weight\"},{\"variableId\":\"tj977db91a13a1\",\"name\":\"Filler_Current_Weight\"}]}]}","assetName":"","selectedTopics":"","period":"60","offset":"0","mode":"lastValue","from":"","datetimepickerFrom":"","to":"","datetimepickerTo":"","timezoneoffset":0,"x":210,"y":320,"wires":[["b3b7c1f7.c88e","f73d3e48.14b6c"]]},{"id":"74f84b0f.d5e724","type":"split","z":"613c3bec.69fca4","name":"","splt":"\\n","spltType":"str","arraySplt":"1","arraySpltType":"len","stream":false,"addname":"topic","x":1090,"y":340,"wires":[["9912ee40.c4b21","608f6c08.c056e4"]]},{"id":"b55467f3.7db4a8","type":"switch","z":"613c3bec.69fca4","name":"","property":"payload","propertyType":"msg","rules":[{"t":"lt","v":"100","vt":"str"},{"t":"gt","v":"400","vt":"str"},{"t":"btwn","v":"101","vt":"num","v2":"399","v2t":"num"}],"checkall":"true","outputs":3,"x":590,"y":400,"wires":[["302e8f4f.590eb"],["50fa3045.2b0fa"],["e54c93fe.6ff87"]]},{"id":"c7906a0c.b0bba8","type":"switch","z":"613c3bec.69fca4","name":"","property":"payload","propertyType":"msg","rules":[{"t":"lt","v":"100","vt":"str"},{"t":"gt","v":"400","vt":"str"},{"t":"btwn","v":"101","vt":"num","v2":"399","v2t":"num"}],"checkall":"true","outputs":3,"x":610,"y":240,"wires":[["404d05c5.fc3b3c"],["92fd9fe4.bf237"],["5c70c3b0.a3e27c"]]},{"id":"50fa3045.2b0fa","type":"template","z":"613c3bec.69fca4","name":"template","field":"payload","fieldType":"msg","format":"handlebars","syntax":"mustache","template":"Value at higher stage  Agg2: {{payload}} !","output":"str","x":780,"y":440,"wires":[[]]},{"id":"302e8f4f.590eb","type":"template","z":"613c3bec.69fca4","name":"template","field":"payload","fieldType":"msg","format":"handlebars","syntax":"mustache","template":"Value at low stage Agg2: {{payload}} !","output":"str","x":760,"y":380,"wires":[[]]},{"id":"92fd9fe4.bf237","type":"template","z":"613c3bec.69fca4","name":"template","field":"payload","fieldType":"msg","format":"handlebars","syntax":"mustache","template":"Value at higher stage  Agg1: {{payload}} !","output":"str","x":780,"y":220,"wires":[[]]},{"id":"404d05c5.fc3b3c","type":"template","z":"613c3bec.69fca4","name":"template","field":"payload","fieldType":"msg","format":"handlebars","syntax":"mustache","template":"Value at low stage Agg1: {{payload}} !","output":"str","x":780,"y":180,"wires":[[]]},{"id":"4fe31d3b.57f984","type":"ui_button","z":"613c3bec.69fca4","name":"","group":"70709469.2c1bcc","order":0,"width":0,"singleBrowser":false,"height":0,"passthru":false,"label":"check","color":"","bgcolor":"","icon":"","payload":"","payloadType":"str","topic":"Current_Weight","powerMode":false,"x":70,"y":320,"wires":[["38358e09.88c4f2"]]},{"id":"149e5837.4befb8","type":"ui_text","z":"613c3bec.69fca4","group":"70709469.2c1bcc","order":0,"width":0,"singleBrowser":false,"height":0,"name":"","label":"Agg1_Current_Weight","format":"{{msg.payload}}","layout":"row-center","x":640,"y":120,"wires":[]},{"id":"c675673a.49a9a8","type":"ui_text","z":"613c3bec.69fca4","group":"70709469.2c1bcc","order":0,"width":"5","singleBrowser":false,"height":"2","name":"","label":"","format":"{{msg.payload}}","layout":"row-spread","x":1450,"y":260,"wires":[]},{"id":"cd90a03f.2a5c4","type":"ui_text","z":"613c3bec.69fca4","group":"70709469.2c1bcc","order":0,"width":0,"singleBrowser":false,"height":0,"name":"","label":"Agg2_Current_Weight","format":"{{msg.payload}}","layout":"row-center","x":640,"y":560,"wires":[]},{"id":"550e6260.c93e9c","type":"debug","z":"613c3bec.69fca4","name":"","active":true,"console":"false","xaxis":"_time","complete":"false","x":1270,"y":140,"wires":[]},{"id":"60b728ac.56da78","type":"debug","z":"613c3bec.69fca4","name":"","active":true,"console":"false","xaxis":"_time","complete":"false","x":1410,"y":360,"wires":[]},{"id":"70709469.2c1bcc","type":"ui_group","z":"","name":"Select Input using Dropdown","tab":"71bf6668.e36f88","order":3,"disp":true,"width":"6","collapse":false,"_type":"config"},{"id":"71bf6668.e36f88","type":"ui_tab","z":"","name":"PLANT1","icon":"dashboard","publicAccess":"true","fmAccess":"default","fmAccessType":"private","assetType":"","asset":"","assetName":"","assetText":"","image":"","description":"","hideTitleBar":false,"_type":"config"}]


Screenshot (274)

There's a lot to follow in that flow, but it looks like you're getting to the end just fine. The one problem you're having is that the ui-text node accepts an object for its display. You're last join node is passing in an array, when it should be passing in an object or possibly an object of objects. If you have two lines that you're going to want to feed in, you're going to need to do some data massaging or some kind of manipulation to spread things out. See if setting up your join node to manual and having it pass in an object will help you out. I can't test out your flow because I'm missing nodes such as the read and combine nodes.

Out of curiosity, how open are you to using a function node and using scripting to manipulate some of your data? That would make things a lot easier on you and get you exactly what you're looking for.

Thank you!
I have tried it by selecting manually (passing string) instead of automatic in join node but there is no change in the result.
is there any command that can be used with Jsonata expression (parts.index+1) & ": " & payload in order to move to next line?
I have tried (parts.index+1) & ": " & payload& \n but it's not working.

I will definitely try to perform this with function node but there is only one thing is missing in this flow. So, I want to find out this too.


Also, It would be great if I can have some guidance on writing code in function node.
I am able to do simple summation average with constant only. I am not able to perform this same math thing with variables.
I did sum of sensor data using join node but not able to perform with function node.

Haven't forgotten about this, just getting stuck with other stuff. I just need to revisit the flow and see how far back a function node can be implemented so I can show you a way to make everything work.

May be this example will help, i have removed the ui nodes please replace as needed. I have also removed duplication not required.

[{"id":"91ed3404248ead63","type":"inject","z":"613c3bec.69fca4","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"600","payloadType":"num","x":570,"y":200,"wires":[["3948c6524f476f07"]]},{"id":"3948c6524f476f07","type":"change","z":"613c3bec.69fca4","name":"","rules":[{"t":"set","p":"topic","pt":"msg","to":"Agg1","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":540,"y":340,"wires":[["b55467f3.7db4a8"]]},{"id":"be942040732bbd1b","type":"inject","z":"613c3bec.69fca4","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"88","payloadType":"num","x":570,"y":240,"wires":[["3948c6524f476f07"]]},{"id":"4a62b512e2b2df5d","type":"inject","z":"613c3bec.69fca4","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"200","payloadType":"num","x":570,"y":280,"wires":[["3948c6524f476f07"]]},{"id":"b55467f3.7db4a8","type":"switch","z":"613c3bec.69fca4","name":"","property":"payload","propertyType":"msg","rules":[{"t":"lt","v":"100","vt":"str"},{"t":"gt","v":"400","vt":"str"},{"t":"btwn","v":"101","vt":"num","v2":"399","v2t":"num"}],"checkall":"true","outputs":3,"x":590,"y":400,"wires":[["fc02d85088261ed0"],["4a82d33111720a15"],["e54c93fe.6ff87"]]},{"id":"c6335dab10297ba2","type":"change","z":"613c3bec.69fca4","name":"","rules":[{"t":"set","p":"topic","pt":"msg","to":"Agg2","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":540,"y":460,"wires":[["b55467f3.7db4a8"]]},{"id":"e54c93fe.6ff87","type":"change","z":"613c3bec.69fca4","name":"Set topic to payload","rules":[{"t":"set","p":"payload","pt":"msg","to":"$$.topic & \":Status:OK\"","tot":"jsonata"}],"action":"","property":"","from":"","to":"","reg":false,"x":790,"y":420,"wires":[["2886ab01.99ebd4","282f48fec86a2064"]]},{"id":"fc02d85088261ed0","type":"change","z":"613c3bec.69fca4","name":"Set topic to payload","rules":[{"t":"set","p":"payload","pt":"msg","to":"$$.topic & \": Value at low stage \" & payload","tot":"jsonata"}],"action":"","property":"","from":"","to":"","reg":false,"x":790,"y":340,"wires":[["282f48fec86a2064","2886ab01.99ebd4"]]},{"id":"4a82d33111720a15","type":"change","z":"613c3bec.69fca4","name":"Set topic to payload","rules":[{"t":"set","p":"payload","pt":"msg","to":"$$.topic & \": Value at higher stage \" & payload","tot":"jsonata"}],"action":"","property":"","from":"","to":"","reg":false,"x":790,"y":380,"wires":[["282f48fec86a2064","2886ab01.99ebd4"]]},{"id":"3e04b86e4866ba3c","type":"inject","z":"613c3bec.69fca4","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"300","payloadType":"num","x":550,"y":520,"wires":[["c6335dab10297ba2"]]},{"id":"af2f1c3d3ab3ccea","type":"inject","z":"613c3bec.69fca4","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"600","payloadType":"num","x":550,"y":560,"wires":[["c6335dab10297ba2"]]},{"id":"d707d97320850531","type":"inject","z":"613c3bec.69fca4","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"88","payloadType":"num","x":550,"y":600,"wires":[["c6335dab10297ba2"]]},{"id":"2886ab01.99ebd4","type":"debug","z":"613c3bec.69fca4","name":"","active":false,"console":"false","complete":"false","x":1010,"y":440,"wires":[]},{"id":"282f48fec86a2064","type":"join","z":"613c3bec.69fca4","name":"","mode":"custom","build":"object","property":"payload","propertyType":"msg","key":"topic","joiner":"\\n","joinerType":"str","accumulate":true,"timeout":"","count":"2","reduceRight":false,"reduceExp":"","reduceInit":"","reduceInitType":"","reduceFixup":"","x":990,"y":380,"wires":[["aa11dc31892f3b98"]]},{"id":"aa11dc31892f3b98","type":"template","z":"613c3bec.69fca4","name":"","field":"payload","fieldType":"msg","format":"handlebars","syntax":"mustache","template":"1:{{payload.Agg1}} \n2:{{payload.Agg2}} ","output":"str","x":1140,"y":380,"wires":[["608f6c08.c056e4"]]},{"id":"608f6c08.c056e4","type":"debug","z":"613c3bec.69fca4","name":"","active":true,"console":"false","complete":"false","x":1310,"y":380,"wires":[]}]

I think most, if not all, of what you're trying to do can be accomplished in a single function node fairly easily. I can draft a function node for you, but can you send me a sample of the data coming into this part of your flow from the check node on? I don't have the timeseries or extract parameter nodes and I can't find them. It looks like you're reading from some kind of outside source and the pulling parameters from that return to send to the rest of the nodes. Once I know what to expect as your inputs, I can manipulate it to make your outputs.

275.4, 270.00003, 279, 86.39996, 90.77, 60.09 this kind of data is being read and extracted and then given to switch node. In switch node there is three conditions. those conditions are >400 , <100 and in between 101 to 399. if it is between 101 to 399 change node send string like Agg1: Status:OK, Agg2: Status: OK...so on respectively. then I have used combine node to keep them together and then have used split to display count no. before sting.
Above process displays like this 1: Agg1:Status OK 2: Agg2: Status:OK.
what I am trying to display is
1: Agg1:Status OK
2: Agg2: Status:OK
so on

Sorry for bothering and thank you so much for your kind gesture. And if possible, it would be great help if I can learn the way to think and write codes for function node from you.

Thank you so much. This example really saves me from getting into trouble of unnecessary duplication but facing same problem. it displays 1:Agg1:Status:OK 2:Agg2:Status:OK in the same line.

Try it with a <br> in template.
e.g.

[{"id":"aa11dc31892f3b98","type":"template","z":"452103ea51141731","name":"","field":"payload","fieldType":"msg","format":"handlebars","syntax":"mustache","template":"1:{{payload.Agg1}} <br>\n2:{{payload.Agg2}} ","output":"str","x":1180,"y":2320,"wires":[["608f6c08.c056e4","e8a0775f4c553cde"]]}]

And here is a low code version using only templates.

[{"id":"91ed3404248ead63","type":"inject","z":"452103ea51141731","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"600","payloadType":"num","x":610,"y":2140,"wires":[["3948c6524f476f07"]]},{"id":"3948c6524f476f07","type":"change","z":"452103ea51141731","name":"","rules":[{"t":"set","p":"topic","pt":"msg","to":"Agg1","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":580,"y":2280,"wires":[["b55467f3.7db4a8"]]},{"id":"be942040732bbd1b","type":"inject","z":"452103ea51141731","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"88","payloadType":"num","x":610,"y":2180,"wires":[["3948c6524f476f07"]]},{"id":"4a62b512e2b2df5d","type":"inject","z":"452103ea51141731","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"200","payloadType":"num","x":610,"y":2220,"wires":[["3948c6524f476f07"]]},{"id":"b55467f3.7db4a8","type":"switch","z":"452103ea51141731","name":"","property":"payload","propertyType":"msg","rules":[{"t":"lt","v":"100","vt":"str"},{"t":"gt","v":"400","vt":"str"},{"t":"btwn","v":"101","vt":"num","v2":"399","v2t":"num"}],"checkall":"true","outputs":3,"x":630,"y":2340,"wires":[["0e73504f05b83fe1"],["935bee49935fc29e"],["b894775069327319"]]},{"id":"c6335dab10297ba2","type":"change","z":"452103ea51141731","name":"","rules":[{"t":"set","p":"topic","pt":"msg","to":"Agg2","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":580,"y":2400,"wires":[["b55467f3.7db4a8"]]},{"id":"0e73504f05b83fe1","type":"template","z":"452103ea51141731","name":"","field":"payload","fieldType":"msg","format":"handlebars","syntax":"mustache","template":"{{topic}}: Value at low stage {{payload}}","output":"str","x":820,"y":2280,"wires":[["2886ab01.99ebd4","282f48fec86a2064"]]},{"id":"935bee49935fc29e","type":"template","z":"452103ea51141731","name":"","field":"payload","fieldType":"msg","format":"handlebars","syntax":"mustache","template":"{{topic}}: Value at high stage {{payload}}","output":"str","x":820,"y":2320,"wires":[["2886ab01.99ebd4","282f48fec86a2064"]]},{"id":"b894775069327319","type":"template","z":"452103ea51141731","name":"","field":"payload","fieldType":"msg","format":"handlebars","syntax":"mustache","template":"{{topic}}: Status:OK {{payload}}","output":"str","x":820,"y":2360,"wires":[["2886ab01.99ebd4","282f48fec86a2064"]]},{"id":"3e04b86e4866ba3c","type":"inject","z":"452103ea51141731","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"300","payloadType":"num","x":590,"y":2460,"wires":[["c6335dab10297ba2"]]},{"id":"af2f1c3d3ab3ccea","type":"inject","z":"452103ea51141731","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"600","payloadType":"num","x":590,"y":2500,"wires":[["c6335dab10297ba2"]]},{"id":"d707d97320850531","type":"inject","z":"452103ea51141731","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"88","payloadType":"num","x":590,"y":2540,"wires":[["c6335dab10297ba2"]]},{"id":"2886ab01.99ebd4","type":"debug","z":"452103ea51141731","name":"","active":false,"console":"false","complete":"false","x":1050,"y":2380,"wires":[]},{"id":"282f48fec86a2064","type":"join","z":"452103ea51141731","name":"","mode":"custom","build":"object","property":"payload","propertyType":"msg","key":"topic","joiner":"\\n","joinerType":"str","accumulate":true,"timeout":"","count":"2","reduceRight":false,"reduceExp":"","reduceInit":"","reduceInitType":"","reduceFixup":"","x":1030,"y":2320,"wires":[["aa11dc31892f3b98","608f6c08.c056e4"]]},{"id":"aa11dc31892f3b98","type":"template","z":"452103ea51141731","name":"","field":"payload","fieldType":"msg","format":"handlebars","syntax":"mustache","template":"1:{{payload.Agg1}}<br>\n2:{{payload.Agg2}}<br> ","output":"str","x":1180,"y":2320,"wires":[["608f6c08.c056e4","e8a0775f4c553cde"]]},{"id":"608f6c08.c056e4","type":"debug","z":"452103ea51141731","name":"","active":true,"console":"false","complete":"false","x":1350,"y":2320,"wires":[]},{"id":"e8a0775f4c553cde","type":"ui_text","z":"452103ea51141731","group":"2d4fe667.28f8ba","order":18,"width":0,"height":0,"name":"","label":"text","format":"{{msg.payload}}","layout":"row-spread","className":"","x":1090,"y":2220,"wires":[]},{"id":"2d4fe667.28f8ba","type":"ui_group","name":"demo","tab":"1caa8458.b17814","order":2,"disp":true,"width":"12","collapse":false},{"id":"1caa8458.b17814","type":"ui_tab","name":"Demo","icon":"dashboard","order":1,"disabled":false,"hidden":false}]

Thank you so much sir.it works.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.