I have an API response in JSON format that I am able to parse into Bubble without issue. The data is simple a table of data, and two other objects. The table is parsed perfectly, but last two objects do not pull through into Bubble correctly.
I’ve snipped the missing values from the raw JSON data, weekNum pulls through as ‘value’ and I don’t see a yearNum value at all.
Can anyone see what might be going wrong?
{
"name": "weekNum",
"objectType": "field",
"value": "19",
"pageIndex": 0,
"rectangle": [
0.0,
0.0,
0.0,
0.0
]
},
{
"name": "yearNum",
"objectType": "field",
"value": "2024",
"pageIndex": 0,
"rectangle": [
0.0,
0.0,
0.0,
0.0
]
}