Yes I can get it in the ui table and can see it, but there I cant edit it, and normally I tried to get it in the ui-template but it didnt work.
[{"id":"d38f5dbf74ac9184","type":"ui_table","z":"e6324b52869b1a66","group":"0a759dda9cb883ae","name":"","order":0,"width":"10","height":"8","columns":,"outputs":0,"cts":false,"x":910,"y":100,"wires":},{"id":"1a7b59ab486f5f91","type":"function","z":"e6324b52869b1a66","name":"","func":"alarmtexte=[["000",0,0,20000,"Phase fehlt"],\n["001",0,0,20000,"Steuerspannung Stoerung"],\n["002",0,0,20000,"Not Aus"],\n["003",0,0,20000,"24V Stoerung"],\n["004",0,0,20000," Batterie MIN"]]\n\nflow.set("Alarmtexte",alarmtexte);\nmsg.payload=alarmtexte;\nreturn msg;","outputs":1,"noerr":0,"initialize":"","finalize":"","libs":,"x":690,"y":100,"wires":[["d38f5dbf74ac9184","623ae5652a5b62f5"]]},{"id":"dd734dc07a97dcd8","type":"inject","z":"e6324b52869b1a66","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":530,"y":100,"wires":[["1a7b59ab486f5f91"]]},{"id":"623ae5652a5b62f5","type":"ui_template","z":"e6324b52869b1a66","group":"0a759dda9cb883ae","name":"","order":0,"width":"10","height":"5","format":"\n<tr ng-repeat = “payload in msg.payload”>\n <td ng-repeat =”payload in payload”>{{payload}}
","storeOutMessages":true,"fwdInMessages":true,"resendOnRefresh":true,"templateScope":"local","className":"","x":950,"y":160,"wires":[
]},{"id":"0a759dda9cb883ae","type":"ui_group","name":"test","tab":"7d587f690b13b3ac","order":2,"disp":true,"width":"10","collapse":false,"className":""},{"id":"7d587f690b13b3ac","type":"ui_tab","name":"test2","icon":"dashboard","disabled":false,"hidden":false}]