I’m getting an error with my JSON when trying to use the Bubble export and I’m wondering if it’s because Bubble does not yet allow you to send it a “list of things” via API. The CSV I’m working with seems to work fine when uploaded directly within Bubble.
Here’s the error I’m getting back:
{
"body": {
"message": "Invalid data for field Main_Models: [1:1 Matched Reference] cannot be parsed as a JSON",
"status": "INVALID_DATA"
},
"statusCode": 400
}
I realize that the first item you see in the code is not a list of things. Some rows have a list. Some don’t. Again, it works fine uploading directly to Bubble from the App Data table, but nowhere else.
That worked!
I was just missing the double quotes for a string in JSON. Apparently Bubble didn’t mind that I was missing this when uploaded directly, so I never noticed, but the JSON in Parabola did mind.
Where can I find the documentation about 1:1 Matched Reference ? I understand that “Main_Models” should be a List of Models in your Bubble table Brand.
2 questions:
what is “Main_Brand” referring to in Bubble (ids in table Brand) ?
to be 100% sure, is “Main_Models” a list of Bubble Ids from Models table ?