Jici
16
First: take time to get familiar with JSON structure. Nested JSON is not the same as JSON array. You have both stuff here. List is always an array and in JSON, an array is encoded between square brackets. Curly brackets are for objects.
Second, take time to search forum about chatgpt/open AI response. The content is often a string (that is delimited by doubles quotes… even if the content of this string is a JSON… this is not parsed by Bubble because in fact, the content is a string). There’s a lot of topics with solutions on the forum about this response type.