Back Again!.
Thanks to you @TotallyInformation , I am able to update the HTML elements through UIB Update node successfully, however, i may be doing the LONG way, is it possible to update ALL the cells in a table row with an array or something, currently i am doing idividually and although it is simple, it is very repetetive and taking up too many nodes in the editor.
in the example given below, i am updating the nick names and full names of 10 machines in two table rows, procesing each cell individually with HTML IDs for each cell.
[{"id":"60879e0147c7a351","type":"tab","label":"uib-temp","disabled":false,"info":"","env":[]},{"id":"4bcd6a3c52853425","type":"group","z":"60879e0147c7a351","name":"Load HTML","style":{"stroke":"#3f93cf","fill":"#bfdbef","label":true},"nodes":["419f1d7151be3111","0a1e9a54c6a6ad5c","0824084d8156ea5b","78671e076e5fc062"],"x":179,"y":34,"w":647,"h":82},{"id":"7d08e1bfffb92c25","type":"group","z":"60879e0147c7a351","name":"Simulated Data (Dynamically will come from MySQL Query)","style":{"stroke":"#addb7b","fill":"#e3f3d3","label":true},"nodes":["3920435ebeea0d97","42bd37e38ebca0ff","13ab910162f7b94a"],"x":179,"y":134,"w":642,"h":132},{"id":"d2cb5f5e0b4256eb","type":"group","z":"60879e0147c7a351","name":"Process Row-1","style":{"label":true},"nodes":["e717dc66d31956e7","2081e78f847d43d5","b08aa17af6d8e6db","9c3a2bbaee8bc6a3","14bb15d83ee72b69","ae2fcee173261a07","1ade27b2e5db39da","7610c1468d2010a2","77b43bcea7c6557a","07dd610283b1ed75","3c26092c430899b5","335dead20f2d8286","0a48ccb99767b78a"],"x":199,"y":534,"w":352,"h":507},{"id":"322d090ecc310058","type":"group","z":"60879e0147c7a351","name":"Process Row-2","style":{"label":true},"nodes":["870fa739d23d9d75","1d9c59e559516a08","ca31d0f2e42d7785","f4c86742c11868cd","79d773f05e20b88b","addd1bd62e7da6c1","0f47a765af61c558","b01e1d37b84540cb","36287ffbce4c8029","53b4a31bcc949d07","c29d2d1b074e16e8","7bf711c58ade0191","bfa093c1bdb2a045"],"x":599,"y":534,"w":352,"h":507},{"id":"419f1d7151be3111","type":"inject","z":"60879e0147c7a351","g":"4bcd6a3c52853425","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":285,"y":75,"wires":[["0a1e9a54c6a6ad5c"]]},{"id":"0a1e9a54c6a6ad5c","type":"change","z":"60879e0147c7a351","g":"4bcd6a3c52853425","name":"index.html","rules":[{"t":"set","p":"fname","pt":"msg","to":"index.html","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":445,"y":75,"wires":[["0824084d8156ea5b"]]},{"id":"0824084d8156ea5b","type":"template","z":"60879e0147c7a351","g":"4bcd6a3c52853425","name":"","field":"payload","fieldType":"msg","format":"html","syntax":"mustache","template":"<!doctype html>\n<html lang=\"en\"><head>\n\n <meta charset=\"utf-8\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n <link rel=\"icon\" href=\"../uibuilder/images/node-blue.ico\">\n\n <title>Examples for smanjunath211 - Node-RED uibuilder</title>\n <meta name=\"description\" content=\"Node-RED uibuilder - Examples for smanjunath211\">\n\n <!-- Your own CSS (defaults to loading uibuilders css)-->\n <link type=\"text/css\" rel=\"stylesheet\" href=\"./index.css\" media=\"all\">\n\n <!-- #region Supporting Scripts. These MUST be in the right order. Note no leading / -->\n <script defer src=\"../uibuilder/uibuilder.iife.min.js\"></script>\n <script defer src=\"./index.js\">/* OPTIONAL: Put your custom code in that */</script>\n <!-- #endregion -->\n\n</head><body class=\"uib\">\n \n<h4 class=\"with-subtitle\"> \n</h4>\n\n\n<body>\n<table width = \"100%\">\n <tr bgcolor='lightgreen' \"> \n <th id = \"pc_time\">@pc_time</th>\n <th id=\"mcn0\"> MC_Name0</th>\n <th id=\"mcn1\"> MC_Name1</th>\n <th id=\"mcn2\"> MC_Name2</th>\n <th id=\"mcn3\"> MC_Name3</th>\n <th id=\"mcn4\"> MC_Name0</th>\n <th id=\"mcn5\"> MC_Name5</th>\n <th id=\"mcn6\"> MC_Name6</th>\n <th id=\"mcn7\"> MC_Name7</th>\n <th id=\"mcn8\"> MC_Name8</th>\n <th id=\"mcn9\"> MC_Name9</th>\n <th id=\"mcn10\"> MC_Name10</th>\n</tr>\n <tr bgcolor='lightblue' \"> \n <th id = \"plc_time\">@plc_time</th>\n <th id=\"mcnn0\"> Nick0</th>\n <th id=\"mcnn1\"> Nick1</th>\n <th id=\"mcnn2\"> Nick2</th>\n <th id=\"mcnn3\"> Nick3</th>\n <th id=\"mcnn4\"> Nick0</th>\n <th id=\"mcnn5\"> Nick5</th>\n <th id=\"mcnn6\"> Nick6</th>\n <th id=\"mcnn7\"> Nick7</th>\n <th id=\"mcnn8\"> Nick8</th>\n <th id=\"mcnn9\"> Nick9</th>\n <th id=\"mcnn10\"> Nick10</th>\n </tr>\n</table>\n</body></html>","output":"str","x":610,"y":75,"wires":[["78671e076e5fc062"]]},{"id":"78671e076e5fc062","type":"uib-save","z":"60879e0147c7a351","g":"4bcd6a3c52853425","url":"dash3","uibId":"06fcc51d4b45689f","folder":"src","fname":"","createFolder":false,"reload":false,"usePageName":false,"encoding":"utf8","mode":438,"name":"","topic":"","x":750,"y":75,"wires":[]},{"id":"3920435ebeea0d97","type":"inject","z":"60879e0147c7a351","g":"7d08e1bfffb92c25","name":"Simulate MySQL Query Results","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"[{\"mc\":\"m00\",\"machine\":\"MACHINE-0\",\"nick\":\"CR3\",\"x-input\":\"X0\",\"dr-sec\":\"D0\",\"dr-min-acc\":\"D30\",\"dr-count\":\"D60\"},{\"mc\":\"m01\",\"machine\":\"MACHINE-1\",\"nick\":\"MSP1\",\"x-input\":\"X1\",\"dr-sec\":\"D1\",\"dr-min-acc\":\"D31\",\"dr-count\":\"D61\"},{\"mc\":\"m02\",\"machine\":\"MACHINE-2\",\"nick\":\"BTP1\",\"x-input\":\"X2\",\"dr-sec\":\"D2\",\"dr-min-acc\":\"D32\",\"dr-count\":\"D62\"},{\"mc\":\"m03\",\"machine\":\"MACHINE-3\",\"nick\":\"SP4\",\"x-input\":\"X3\",\"dr-sec\":\"D3\",\"dr-min-acc\":\"D33\",\"dr-count\":\"D63\"},{\"mc\":\"m04\",\"machine\":\"MACHINE-4\",\"nick\":\"SP3\",\"x-input\":\"X4\",\"dr-sec\":\"D4\",\"dr-min-acc\":\"D34\",\"dr-count\":\"D64\"},{\"mc\":\"m05\",\"machine\":\"MACHINE-5\",\"nick\":\"PFSL\",\"x-input\":\"X5\",\"dr-sec\":\"D5\",\"dr-min-acc\":\"D35\",\"dr-count\":\"D65\"},{\"mc\":\"m06\",\"machine\":\"MACHINE-6\",\"nick\":\"PFSR\",\"x-input\":\"X6\",\"dr-sec\":\"D6\",\"dr-min-acc\":\"D36\",\"dr-count\":\"D66\"},{\"mc\":\"m07\",\"machine\":\"MACIHINE-7\",\"nick\":\"CR1\",\"x-input\":\"X7\",\"dr-sec\":\"D7\",\"dr-min-acc\":\"D37\",\"dr-count\":\"D67\"},{\"mc\":\"m08\",\"machine\":\"MACHINE-8\",\"nick\":\"JUC\",\"x-input\":\"X20\",\"dr-sec\":\"D8\",\"dr-min-acc\":\"D38\",\"dr-count\":\"D68\"},{\"mc\":\"m09\",\"machine\":\"MACHINE-9\",\"nick\":\"CFT\",\"x-input\":\"X21\",\"dr-sec\":\"D9\",\"dr-min-acc\":\"D39\",\"dr-count\":\"D69\"},{\"mc\":\"m10\",\"machine\":\"MACHINE-10\",\"nick\":\"14T\",\"x-input\":\"X22\",\"dr-sec\":\"D10\",\"dr-min-acc\":\"D40\",\"dr-count\":\"D70\"}]","payloadType":"json","x":355,"y":225,"wires":[["42bd37e38ebca0ff","13ab910162f7b94a"]]},{"id":"42bd37e38ebca0ff","type":"debug","z":"60879e0147c7a351","g":"7d08e1bfffb92c25","name":"debug 2730","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","statusVal":"","statusType":"auto","x":705,"y":225,"wires":[]},{"id":"06fcc51d4b45689f","type":"uibuilder","z":"60879e0147c7a351","name":"","topic":"","url":"dash3","okToGo":true,"fwdInMessages":false,"allowScripts":false,"allowStyles":false,"copyIndex":true,"templateFolder":"blank","extTemplate":"","showfolder":false,"oldUrl":"dash","reload":true,"sourceFolder":"src","deployedVersion":"7.0.4","showMsgUib":true,"title":"","descr":"","editurl":"vscode://file/src/uibRoot/components-test/?windowId=_blank","x":665,"y":375,"wires":[["f5373145c2cec7aa"],["616a5c49020a4d60"]]},{"id":"f5373145c2cec7aa","type":"debug","z":"60879e0147c7a351","name":"uib Std Output","active":false,"tosidebar":true,"console":false,"tostatus":true,"complete":"true","targetType":"full","statusVal":"","statusType":"counter","x":800,"y":335,"wires":[],"l":false},{"id":"616a5c49020a4d60","type":"debug","z":"60879e0147c7a351","name":"uib Control Output","active":false,"tosidebar":true,"console":false,"tostatus":true,"complete":"true","targetType":"full","statusVal":"","statusType":"counter","x":800,"y":395,"wires":[],"l":false},{"id":"e717dc66d31956e7","type":"function","z":"60879e0147c7a351","g":"d2cb5f5e0b4256eb","name":"M0","func":"msg.cssmcn = '#mcn0';\nmsg.mcn = msg.payload[0].machine;\nreturn msg;","outputs":1,"timeout":0,"noerr":0,"initialize":"","finalize":"","libs":[],"x":375,"y":575,"wires":[["b08aa17af6d8e6db"]]},{"id":"2081e78f847d43d5","type":"link in","z":"60879e0147c7a351","g":"d2cb5f5e0b4256eb","name":"link in 397","links":["13ab910162f7b94a"],"x":240,"y":825,"wires":[["e717dc66d31956e7","9c3a2bbaee8bc6a3","14bb15d83ee72b69","ae2fcee173261a07","1ade27b2e5db39da","7610c1468d2010a2","77b43bcea7c6557a","07dd610283b1ed75","3c26092c430899b5","335dead20f2d8286","0a48ccb99767b78a"]]},{"id":"b08aa17af6d8e6db","type":"link out","z":"60879e0147c7a351","g":"d2cb5f5e0b4256eb","name":"link out 388","mode":"link","links":["22749732ed5f3600"],"x":510,"y":825,"wires":[]},{"id":"e19f220bacf38918","type":"uib-update","z":"60879e0147c7a351","name":"McName-Update","topic":"","mode":"update","modeSourceType":"update","cssSelector":"cssmcn","cssSelectorType":"msg","slotSourceProp":"mcn","slotSourcePropType":"msg","attribsSource":"","attribsSourceType":"json","slotPropMarkdown":false,"x":365,"y":375,"wires":[["06fcc51d4b45689f"]]},{"id":"9c3a2bbaee8bc6a3","type":"function","z":"60879e0147c7a351","g":"d2cb5f5e0b4256eb","name":"M1","func":"msg.cssmcn = '#mcn1';\nmsg.mcn = msg.payload[1].machine;\nreturn msg;","outputs":1,"timeout":0,"noerr":0,"initialize":"","finalize":"","libs":[],"x":375,"y":617.5,"wires":[["b08aa17af6d8e6db"]]},{"id":"14bb15d83ee72b69","type":"function","z":"60879e0147c7a351","g":"d2cb5f5e0b4256eb","name":"M2","func":"msg.cssmcn = '#mcn2';\nmsg.mcn = msg.payload[2].machine;\nreturn msg;","outputs":1,"timeout":0,"noerr":0,"initialize":"","finalize":"","libs":[],"x":375,"y":660,"wires":[["b08aa17af6d8e6db"]]},{"id":"ae2fcee173261a07","type":"function","z":"60879e0147c7a351","g":"d2cb5f5e0b4256eb","name":"M3","func":"msg.cssmcn = '#mcn3';\nmsg.mcn = msg.payload[3].machine;\nreturn msg;","outputs":1,"timeout":0,"noerr":0,"initialize":"","finalize":"","libs":[],"x":375,"y":702.5,"wires":[["b08aa17af6d8e6db"]]},{"id":"1ade27b2e5db39da","type":"function","z":"60879e0147c7a351","g":"d2cb5f5e0b4256eb","name":"M4","func":"msg.cssmcn = '#mcn4';\nmsg.mcn = msg.payload[4].machine;\nreturn msg;","outputs":1,"timeout":0,"noerr":0,"initialize":"","finalize":"","libs":[],"x":375,"y":745,"wires":[["b08aa17af6d8e6db"]]},{"id":"7610c1468d2010a2","type":"function","z":"60879e0147c7a351","g":"d2cb5f5e0b4256eb","name":"M5","func":"msg.cssmcn = '#mcn5';\nmsg.mcn = msg.payload[5].machine;\nreturn msg;","outputs":1,"timeout":0,"noerr":0,"initialize":"","finalize":"","libs":[],"x":375,"y":787.5,"wires":[["b08aa17af6d8e6db"]]},{"id":"77b43bcea7c6557a","type":"function","z":"60879e0147c7a351","g":"d2cb5f5e0b4256eb","name":"M6","func":"msg.cssmcn = '#mcn6';\nmsg.mcn = msg.payload[6].machine;\nreturn msg;","outputs":1,"timeout":0,"noerr":0,"initialize":"","finalize":"","libs":[],"x":375,"y":830,"wires":[["b08aa17af6d8e6db"]]},{"id":"07dd610283b1ed75","type":"function","z":"60879e0147c7a351","g":"d2cb5f5e0b4256eb","name":"M7","func":"msg.cssmcn = '#mcn7';\nmsg.mcn = msg.payload[7].machine;\nreturn msg;","outputs":1,"timeout":0,"noerr":0,"initialize":"","finalize":"","libs":[],"x":375,"y":872.5,"wires":[["b08aa17af6d8e6db"]]},{"id":"13ab910162f7b94a","type":"link out","z":"60879e0147c7a351","g":"7d08e1bfffb92c25","name":"link out 390","mode":"link","links":["2081e78f847d43d5","1d9c59e559516a08"],"x":535,"y":175,"wires":[]},{"id":"22749732ed5f3600","type":"link in","z":"60879e0147c7a351","name":"link in 398","links":["b08aa17af6d8e6db","ca31d0f2e42d7785"],"x":235,"y":375,"wires":[["e19f220bacf38918"]]},{"id":"3c26092c430899b5","type":"function","z":"60879e0147c7a351","g":"d2cb5f5e0b4256eb","name":"M8","func":"msg.cssmcn = '#mcn8';\nmsg.mcn = msg.payload[8].machine;\nreturn msg;","outputs":1,"timeout":0,"noerr":0,"initialize":"","finalize":"","libs":[],"x":375,"y":915,"wires":[["b08aa17af6d8e6db"]]},{"id":"335dead20f2d8286","type":"function","z":"60879e0147c7a351","g":"d2cb5f5e0b4256eb","name":"M9","func":"msg.cssmcn = '#mcn9';\nmsg.mcn = msg.payload[9].machine;\nreturn msg;","outputs":1,"timeout":0,"noerr":0,"initialize":"","finalize":"","libs":[],"x":375,"y":957.5,"wires":[["b08aa17af6d8e6db"]]},{"id":"0a48ccb99767b78a","type":"function","z":"60879e0147c7a351","g":"d2cb5f5e0b4256eb","name":"M10","func":"msg.cssmcn = '#mcn10';\nmsg.mcn = msg.payload[10].machine;\nreturn msg;","outputs":1,"timeout":0,"noerr":0,"initialize":"","finalize":"","libs":[],"x":375,"y":1000,"wires":[["b08aa17af6d8e6db"]]},{"id":"870fa739d23d9d75","type":"function","z":"60879e0147c7a351","g":"322d090ecc310058","name":"M8","func":"msg.cssmcn = '#mcnn8';\nmsg.mcn = msg.payload[8].nick;\nreturn msg;","outputs":1,"timeout":0,"noerr":0,"initialize":"","finalize":"","libs":[],"x":775,"y":915,"wires":[["ca31d0f2e42d7785"]]},{"id":"1d9c59e559516a08","type":"link in","z":"60879e0147c7a351","g":"322d090ecc310058","name":"link in 399","links":["13ab910162f7b94a"],"x":640,"y":825,"wires":[["f4c86742c11868cd","79d773f05e20b88b","addd1bd62e7da6c1","0f47a765af61c558","b01e1d37b84540cb","36287ffbce4c8029","53b4a31bcc949d07","c29d2d1b074e16e8","870fa739d23d9d75","7bf711c58ade0191","bfa093c1bdb2a045"]]},{"id":"ca31d0f2e42d7785","type":"link out","z":"60879e0147c7a351","g":"322d090ecc310058","name":"link out 391","mode":"link","links":["22749732ed5f3600"],"x":910,"y":825,"wires":[]},{"id":"f4c86742c11868cd","type":"function","z":"60879e0147c7a351","g":"322d090ecc310058","name":"M0","func":"msg.cssmcn = '#mcnn0';\nmsg.mcn = msg.payload[0].nick;\nreturn msg;","outputs":1,"timeout":0,"noerr":0,"initialize":"","finalize":"","libs":[],"x":775,"y":575,"wires":[["ca31d0f2e42d7785"]]},{"id":"79d773f05e20b88b","type":"function","z":"60879e0147c7a351","g":"322d090ecc310058","name":"M1","func":"msg.cssmcn = '#mcnn1';\nmsg.mcn = msg.payload[1].nick;\nreturn msg;","outputs":1,"timeout":0,"noerr":0,"initialize":"","finalize":"","libs":[],"x":775,"y":617.5,"wires":[["ca31d0f2e42d7785"]]},{"id":"addd1bd62e7da6c1","type":"function","z":"60879e0147c7a351","g":"322d090ecc310058","name":"M2","func":"msg.cssmcn = '#mcnn2';\nmsg.mcn = msg.payload[2].nick;\nreturn msg;","outputs":1,"timeout":0,"noerr":0,"initialize":"","finalize":"","libs":[],"x":775,"y":660,"wires":[["ca31d0f2e42d7785"]]},{"id":"0f47a765af61c558","type":"function","z":"60879e0147c7a351","g":"322d090ecc310058","name":"M3","func":"msg.cssmcn = '#mcnn3';\nmsg.mcn = msg.payload[3].nick;\nreturn msg;","outputs":1,"timeout":0,"noerr":0,"initialize":"","finalize":"","libs":[],"x":775,"y":702.5,"wires":[["ca31d0f2e42d7785"]]},{"id":"b01e1d37b84540cb","type":"function","z":"60879e0147c7a351","g":"322d090ecc310058","name":"M4","func":"msg.cssmcn = '#mcnn4';\nmsg.mcn = msg.payload[4].nick;\nreturn msg;","outputs":1,"timeout":0,"noerr":0,"initialize":"","finalize":"","libs":[],"x":775,"y":745,"wires":[["ca31d0f2e42d7785"]]},{"id":"36287ffbce4c8029","type":"function","z":"60879e0147c7a351","g":"322d090ecc310058","name":"M5","func":"msg.cssmcn = '#mcnn5';\nmsg.mcn = msg.payload[5].nick;\nreturn msg;","outputs":1,"timeout":0,"noerr":0,"initialize":"","finalize":"","libs":[],"x":775,"y":787.5,"wires":[["ca31d0f2e42d7785"]]},{"id":"53b4a31bcc949d07","type":"function","z":"60879e0147c7a351","g":"322d090ecc310058","name":"M6","func":"msg.cssmcn = '#mcnn6';\nmsg.mcn = msg.payload[6].nick;\nreturn msg;","outputs":1,"timeout":0,"noerr":0,"initialize":"","finalize":"","libs":[],"x":775,"y":830,"wires":[["ca31d0f2e42d7785"]]},{"id":"c29d2d1b074e16e8","type":"function","z":"60879e0147c7a351","g":"322d090ecc310058","name":"M7","func":"msg.cssmcn = '#mcnn7';\nmsg.mcn = msg.payload[7].nick;\nreturn msg;","outputs":1,"timeout":0,"noerr":0,"initialize":"","finalize":"","libs":[],"x":775,"y":872.5,"wires":[["ca31d0f2e42d7785"]]},{"id":"7bf711c58ade0191","type":"function","z":"60879e0147c7a351","g":"322d090ecc310058","name":"M9","func":"msg.cssmcn = '#mcnn9';\nmsg.mcn = msg.payload[9].nick;\nreturn msg;","outputs":1,"timeout":0,"noerr":0,"initialize":"","finalize":"","libs":[],"x":775,"y":957.5,"wires":[["ca31d0f2e42d7785"]]},{"id":"bfa093c1bdb2a045","type":"function","z":"60879e0147c7a351","g":"322d090ecc310058","name":"M10","func":"msg.cssmcn = '#mcnn10';\nmsg.mcn = msg.payload[10].nick;\nreturn msg;","outputs":1,"timeout":0,"noerr":0,"initialize":"","finalize":"","libs":[],"x":775,"y":1000,"wires":[["ca31d0f2e42d7785"]]},{"id":"1455677d594a88e3","type":"inject","z":"60879e0147c7a351","name":"Reload","props":[{"p":"_ui","v":"{\"method\":\"reload\"}","vt":"json"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"reload","x":500,"y":325,"wires":[["06fcc51d4b45689f"]],"info":"Sends a pre-formatted msg to the front-end that\r\ncauses the page to reload itself."},{"id":"5850f79d313010f3","type":"inject","z":"60879e0147c7a351","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"1","crontab":"","once":true,"onceDelay":0.1,"topic":"","payload":"$fromMillis($millis(),' [H01]:[m01]:[s01] ','+0530')","payloadType":"jsonata","x":250,"y":450,"wires":[["875e4027fecb290b"]]},{"id":"875e4027fecb290b","type":"uib-update","z":"60879e0147c7a351","name":"PCTIme-Update","topic":"","mode":"update","modeSourceType":"update","cssSelector":"#pc_time","cssSelectorType":"str","slotSourceProp":"payload","slotSourcePropType":"msg","attribsSource":"","attribsSourceType":"json","slotPropMarkdown":false,"x":405,"y":450,"wires":[["06fcc51d4b45689f"]]}]