Dataset data will no be displayed

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.

Hi mafu,

Can you make sure that the entry for your remote dataset in your CMS has a last sync date, and if it does, is it recent?

I would be happy to test your remote data source if you like. It would be best to share the remote data URI with me in a private message though, so you don’t accidentally share this with everyone on the forum.
If this is something you’d be willing to share, just let me know in an IM, or reply to this message confirming you would like me to try and I can send you an IM that you can reply to with the remote dataset URI.

Hi Dan the last sync was at 2025-11-13 15:33. Just send me an private Message and we can share the informations for the data source. Thanks.

1 Like

This an update to confirm the issue is now resolved. The issue was how the data root and column were configured.

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