Hello! In my app, I’m trying to get a list from realtime DB. I used these blocks. At first, It worked perfectly fine, but then it stopped. When I check the list with “labelforchecking”, it returns “[object Object]”. How can I change it?
1 Like
It means you are retrieving an object or a list. Use the block get JSON from object to convert it to text and show it in the label.
It returns this data. How can I retrieve every object separately? I’m new to this concept, so I have no idea how to do it( Thank you in advance!
1 Like
See this from your data
https://x.thunkable.com/projectPage/607c3fadc701f302f4a8f294
[Edit]
Please note that I started with the JSON format and therefore had to convert it to object to be able to use it. For you it is already in object form and you do not need these steps
2 Likes
Thank you so much!
1 Like