Need help with json in my project

Dear Kodular member’s
i need your help and support on my project i get json as follow
[{“area”:“876”,“Segment”:“999999999988”,“element”:“876876”,“ellementsstatus1”:“87”,“ellementsstatus2”:“6”,“ellementsstatus3”:“876”,“ellementsstatus4”:“8”}]
from my server
i need to set the element in spinner1 and status1&2 in spinner2 and 3&4 in spinner3 with daynamic select. i will try from my side but i need guidnes from you if you can support me

i modify the json to content more value to set spinner with 2 values at least
[{“area”:“876”,“Segment”:“999999999988”,“element”:“876876”,“ellementsstatus1”:“87”,“ellementsstatus2”:“6”,“ellementsstatus3”:“876”,“ellementsstatus4”:“8”},{“area”:“876”,“Segment”:“999999999988”,“element”:“doors-الابواب”,“ellementsstatus1”:“broken”,“ellementsstatus2”:“Right”,“ellementsstatus3”:“open”,“ellementsstatus4”:“close”}]

It would really help if you provided a screenshot of your relevant blocks, so we can see what you are trying to do, and where the problem may be.

To get an image of your blocks, right click in the Blocks Editor and select “Download Blocks as Image”. You might want to use an image editor to crop etc. if required. Then post it here in the community.

Taifun

1 Like

Try to format your JSON response in this way…

1 Like

I try this way now but still i need to make sure if this will be helpful if my json content more that row as attach
[{“area”:“876”,“Segment”:“999999999988”,“element”:“876876”,“ellementsstatus1”:“87”,“ellementsstatus2”:“6”,“ellementsstatus3”:“876”,“ellementsstatus4”:“8”},{“area”:“876”,“Segment”:“999999999988”,“element”:“doors-الابواب”,“ellementsstatus1”:“broken”,“ellementsstatus2”:“Right”,“ellementsstatus3”:“open”,“ellementsstatus4”:“close”}]

sorry! can you please elaborate this?

1 Like

i do it right now as attached image

it dosn’t work
the first opinion


also my modifaction

attached aia
jsontest.aia (4.2 KB)