Greetings everyone happy afternoon I am trying to make a product finder consuming my own api, the responses on the api side work great even when I make the query to add it to the listing in my kodular project it works excellent, the issue is that I am trying in a new screen to pass a value coming either from a list or from a code, but I get the following error:
This even though the JSON is being encoded and loaded correctly, in this example I put the JSON load result in a tag to see if it was returning empty, but that is not the error.
This is the actual structure of my block after returning the result but I don’t understand if it is structured the same as the query because it is returning this error, the main goal is to send the value of CodProd to a different screen but for basic purposes of the explanation I am trying to send even a list in this screen and even so I can’t do it:
Can you help me understand what I am doing wrong?
These are the other associated blocks so that you can have a better understanding: