How do you extract specific data from JSON file?

{
"status": true,
"result": [
{
"id": "6745f097c9486000084ba45c",
"time": "2024-11-26T16:00:23.750Z",
"unit": "°C",
"value": 32.5,
"variable": "temperatura",
"group": "b54ab4800006849c790f5476",
"device": "672bef28543e9a0009f73e37"
}
]
}
I'm trying to extract "unit" and "value" from this json.

I tried to use these blocks but it didn't work.

Any help would be appreciated.


json.aia (2.5 KB)
Taifun

Thank you very much! It work perfectly. I really appreciate your help.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.