Help with json data

How can I dynamically show json data in my application. I tried to do it but without success.


Your blocks are wrong for the given JSON

how can I do it?

Do not use add items to the list…

Instead you can try like below, :point_down: :point_down:

try like this,

image

now you will be having all the items of values under the tag Gun, Ay, Yil as a separate list and try to take values from this global list

Thank you very much for your help. Could there be an error in the blocks?


Initialize global res to create an empty dictionary instead of empty list and delete list from csv row text block

Pls refer the third post of this topic…

I did what you said but it didn’t work :frowning:
It always gives the same error

The problem is with api. When tested in web browser I got response, but when tested in app with web component I got an exception error. The response content is ID1ID2: actual 0x00007b0a != expected 0x00001f8b so that causes the error. Don’t know what the problem is

Thank you very much for your reply.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.