Hi Everyone,
I’m having some issues with my remote DataSets that I hope someone might be able to help me with. For context, the dataset JSON contains the now playing information for a radio station.
I’m having two issues with this.
-
The remote JSON contains the information for 5 songs. I would like the DataSet truncated so that it only ever contains the contents of the JSON file (i.e. When a new JSON file is loaded, the data in the table is overwritten). However, if I set truncation to ‘Always’ under the advanced settings, the data table is always added to rather than overwritten. Is there a way to achieve the desired result here? Am I using truncation wrong?
-
In my JSON file (the format of which I do not control), the artists are included as an array (this always contains one string). I have tried setting the column Remote Data Path to both artists (the name of the array object) and artists[0] (the string I am interested in). But neither seems to parse the JSON correctly. The documentation refers to ‘JSON Syntax string’ but doesn’t clarify what these are.
Any help anyone can provide would be much appreciated.