As you can see i want to return certain values from that json file, but whenever i try to return these values in a label, it ends up returning as (not found1 that would be in the first dictorany)
already tried several methods or ends up returning error or not found.
Some idea (example) of blocks where I can return these values.
Edit: I believe this error is causing because data: is an array of json objects, I don’t know how to get value from it.
( Note: there are several objects besides this one )
this is not the problem the list is returning correctly, just that the title, subtlety and img of the list is returning “not found” because it cannot find a value in the json file.
( I need another method to try to get these values through the blocks I have tried several options )