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?

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.
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
Thank you so much!

