[
    {
        "id": "1ceef65e4021de52",
        "type": "tab",
        "label": "Flow 2",
        "disabled": false,
        "info": "",
        "env": []
    },
    {
        "id": "05116951c3e0e7ed",
        "type": "uibuilder",
        "z": "1ceef65e4021de52",
        "name": "",
        "topic": "",
        "url": "TRIAL",
        "okToGo": true,
        "fwdInMessages": false,
        "allowScripts": false,
        "allowStyles": false,
        "copyIndex": true,
        "templateFolder": "blank",
        "extTemplate": "",
        "showfolder": false,
        "reload": true,
        "sourceFolder": "src",
        "deployedVersion": "7.0.4",
        "showMsgUib": false,
        "title": "",
        "descr": "",
        "editurl": "vscode://vscode-remote/ssh-remote+192.168.29.30/home/pi/.node-red/uibuilder/TRIAL/?windowId=_blank",
        "x": 440,
        "y": 160,
        "wires": [
            [
                "7a5ac9642bb69c47"
            ],
            [
                "7a5ac9642bb69c47"
            ]
        ]
    },
    {
        "id": "3f43084dad66cee6",
        "type": "inject",
        "z": "1ceef65e4021de52",
        "name": "",
        "props": [
            {
                "p": "payload"
            }
        ],
        "repeat": "5",
        "crontab": "",
        "once": false,
        "onceDelay": 0.1,
        "topic": "",
        "payload": "{}",
        "payloadType": "json",
        "x": 110,
        "y": 120,
        "wires": [
            [
                "927036f479393dd8"
            ]
        ]
    },
    {
        "id": "7a5ac9642bb69c47",
        "type": "debug",
        "z": "1ceef65e4021de52",
        "name": "debug 1",
        "active": true,
        "tosidebar": true,
        "console": false,
        "tostatus": false,
        "complete": "false",
        "statusVal": "",
        "statusType": "auto",
        "x": 640,
        "y": 120,
        "wires": []
    },
    {
        "id": "927036f479393dd8",
        "type": "function",
        "z": "1ceef65e4021de52",
        "name": "function 1",
        "func": "msg.payload = {\n    \"Extrusion Time\": Math.floor(Math.random() * 200),\n    \"Extrusion Length\": Math.floor(Math.random() * 100),\n    \"Temp\": Math.floor(Math.random() * 400),\n    \"Saw Length\": Math.floor(Math.random() * 500)\n};\nreturn msg;\n",
        "outputs": 1,
        "timeout": 0,
        "noerr": 0,
        "initialize": "",
        "finalize": "",
        "libs": [],
        "x": 300,
        "y": 120,
        "wires": [
            [
                "05116951c3e0e7ed",
                "7a5ac9642bb69c47"
            ]
        ]
    }
]
Thats my code  what i am missing  i dont understand the issue is that i did not get any data from function node to uibuilder node so it does not shows anything on  UI leaving Header name and date time also a refresh button.
Please help me out with this issue.