Guys, I need your help on this one. Does anyone suddenly get issues with retrieving array elements from JSON objects when using the new type of the “Get Property XXX Of Object”? By new type I mean the recently introduced block that allows you to use a variable as property name instead of a predefined string.
In my case I am retrieving a JSON response from OpenWeatherMap forecast and I can see the object by dumping the contents of Response > Get Object from JSON > Get Property “List” which gives [Object object, Object object…] as expected but when retrieving the contents of the first element (0) I get Undefined.
I also noticed another user posting a few minutes ago a similar issue with getting Undefined from a realtime DB using the same new type of “Get Property”. It could be a coincidence of course or… dunno.
Is anyone seeing the same issue? Just to be clear, an old copy of the same app I am building works fine with 100% exactly the same blocks so I don’t believe there is something wrong with what I have built.
Anyone else?
Thanks
K