Hello,
I’m trying to use the Dataset function. I configured a remote dataset and tried to pull testdata and so far everything is working. My remote data source is configured as JSON. The data itself is a nested array.
{
"entries": [
[
{
"id": 6001002,
"zr_id": 15878042,
"station_nr": "2769730000200",
"station": "Essen-Werden",
"parameter": "Fließgeschwindigkeit / v / 00-Kontinuierlich.P.15",
"filter_web": "v",
"datetime": "2025-11-13 10:45:00",
"value": 0.13,
"unit": "m/s",
"parameter_name": "Unbekannt"
},
I would like to pull the id. Data root is set to entries.0.0 and the in the configuration of the remote row I set to id. I don’t know what I’m doing wrong but I never get any data.
What am I doing wrong here?
Best regards.