Hi ,
I am trying get a cell data from a webpage but gives me an error "Json parse error".
{
"id": "8021ac643abe9bd7",
"type": "inject",
"z": "5c0984f6408e957c",
"name": "",
"props": [
{
"p": "payload"
},
{
"p": "topic",
"vt": "str"
}
],
"repeat": "",
"crontab": "",
"once": false,
"onceDelay": 0.1,
"topic": "",
"payload": "",
"payloadType": "date",
"x": 180,
"y": 140,
"wires": [
[
"68304d98c7cee3f9"
]
]
},
{
"id": "68304d98c7cee3f9",
"type": "http request",
"z": "5c0984f6408e957c",
"name": "",
"method": "GET",
"ret": "obj",
"paytoqs": "ignore",
"url": "https://cloud.suryalog.com",
"tls": "",
"persist": false,
"proxy": "",
"insecureHTTPParser": false,
"authType": "",
"senderr": false,
"headers": [],
"x": 350,
"y": 140,
"wires": [
[
"4e7b2fc1bdf24494"
]
]
},
{
"id": "398a530d4521d4cc",
"type": "debug",
"z": "5c0984f6408e957c",
"name": "debug 2",
"active": true,
"tosidebar": true,
"console": false,
"tostatus": false,
"complete": "false",
"statusVal": "",
"statusType": "auto",
"x": 760,
"y": 120,
"wires": []
},
{
"id": "4e7b2fc1bdf24494",
"type": "html",
"z": "5c0984f6408e957c",
"name": "",
"property": "payload",
"outproperty": "payload",
"tag": ".tabulator-cell 120,98 x30",
"ret": "html",
"as": "single",
"chr": "_",
"x": 550,
"y": 140,
"wires": [
[
"398a530d4521d4cc"
]
]
}
]```
I am trying to get data as given below



