Hey everyone, I’m trying to set up a dropdown menu in SmartThings using a JSON list, but I’m running into some issues. The JSON structure I’m using looks like this:
{
“playlist”: [
“Endorfin”,
“Flatline”,
“Nedforsbacke pa varen”,
“Husbat”,
“Brotfest”,
“Electartica”,
“.DS_Store”,
“Solnedgang och ol”,
“Sjunga med”,
“Ledset”,
“00s gott”,
“Elektronisk lowpop”,
“Ambient”,
“Afusktiskt”,
“Raggaragga”,
“cgi-bin”,
“Sweet n sour”,
“Chill”,
“Konstig pop”,
“Forfest”,
“Nyklassiskt”
]
}
I’m trying to use this list in a dropdown, but it’s only showing ‘unknown’ instead of the actual values. I’ve tried modifying the JSON structure, but nothing seems to work. Has anyone encountered this issue before or have any suggestions on how to fix it? Any help would be greatly appreciated! Thanks in advance for your insights.