I have a JSON's URL with formate like this(link below)
{
"obsTime": "2025-04-21T17:00:00+08:00",
"hourlyRainfall": [
{
"automaticWeatherStation": "Lau Fau Shan",
"automaticWeatherStationID": "RF001",
"value": "0",
"unit": "mm"
},https://data.weather.gov.hk/weatherAPI/opendata/hourlyRainfall.php?lang=en
And it input all the data in one cell. But I would like a table.
How can I do that?
Solved! Go to Solution.
NVM, just input hourlyRainfall in Root property