The data is a JSON Object and you can extract the temperature and humidity values using a change node. See the example flow. It is possible that the message from the MQTT node is a JSON string and you will need to add a JSON node to convert the output of the MQTT node to a JSON Object
[
    {
        "id": "6ff4951.acf306c",
        "type": "tab",
        "label": "Flow 7",
        "disabled": false,
        "info": ""
    },
    {
        "id": "fc5901ca.92592",
        "type": "inject",
        "z": "6ff4951.acf306c",
        "name": "",
        "topic": "",
        "payload": "{\"Time\":\"2020-06-11T13:36:11\",\"SI7021\":{\"Temperature\":15.9,\"Humidity\":74.5,\"DewPoint\":11.4},\"TempUnit\":\"C\"}",
        "payloadType": "json",
        "repeat": "",
        "crontab": "",
        "once": false,
        "onceDelay": 0.1,
        "x": 410,
        "y": 140,
        "wires": [
            [
                "b0ba994e.3fe428",
                "1d4f00f9.b6b25f",
                "d316e8b9.a21aa8"
            ]
        ]
    },
    {
        "id": "b0ba994e.3fe428",
        "type": "debug",
        "z": "6ff4951.acf306c",
        "name": "",
        "active": true,
        "tosidebar": true,
        "console": false,
        "tostatus": false,
        "complete": "false",
        "x": 740,
        "y": 160,
        "wires": []
    },
    {
        "id": "1d4f00f9.b6b25f",
        "type": "change",
        "z": "6ff4951.acf306c",
        "name": "",
        "rules": [
            {
                "t": "set",
                "p": "payload",
                "pt": "msg",
                "to": "payload.SI7021.Temperature",
                "tot": "msg"
            }
        ],
        "action": "",
        "property": "",
        "from": "",
        "to": "",
        "reg": false,
        "x": 660,
        "y": 320,
        "wires": [
            [
                "f7bfa24c.9fdeb"
            ]
        ]
    },
    {
        "id": "f7bfa24c.9fdeb",
        "type": "debug",
        "z": "6ff4951.acf306c",
        "name": "",
        "active": true,
        "tosidebar": true,
        "console": false,
        "tostatus": false,
        "complete": "false",
        "x": 960,
        "y": 340,
        "wires": []
    },
    {
        "id": "d316e8b9.a21aa8",
        "type": "change",
        "z": "6ff4951.acf306c",
        "name": "",
        "rules": [
            {
                "t": "set",
                "p": "payload",
                "pt": "msg",
                "to": "payload.SI7021.Humidity",
                "tot": "msg"
            }
        ],
        "action": "",
        "property": "",
        "from": "",
        "to": "",
        "reg": false,
        "x": 680,
        "y": 400,
        "wires": [
            [
                "2bf5fc11.4dba04"
            ]
        ]
    },
    {
        "id": "2bf5fc11.4dba04",
        "type": "debug",
        "z": "6ff4951.acf306c",
        "name": "",
        "active": true,
        "tosidebar": true,
        "console": false,
        "tostatus": false,
        "complete": "false",
        "x": 920,
        "y": 400,
        "wires": []
    }
]