Need help with this Sample json

Hi evryone

I need help to get the value and show it in a list view .

I have read, read about json and dictionnary.

But i need helppp

This is the json response.
I want to show the datas in the Array.

My blockss

See an example, using [Free] Json To Dictionary Extension

Json example
{
    "status": "ok",
    "rewards": [
        {
            "date": "27-10-2021",
            "to": "Dora"
        },
        {
            "date": "28-10-2021",
            "to": "Chris"
        }
    ]
}

image

1 Like

Thank you for you help i have find many error also in my Aia.

Post text was for the web1. And i had put on web2 my code.

.
I’m trying your blocks actually . I’ll reply

Thank you for Your help with this sample json response…

1 Like

This is my blocks

Screenshot_20211028-094855

i GOT THIS ERROR

I hav set label 1 to show response

Change from global response2 to global rewards in list by walking key path block

image

1 Like

Thank you so much

Working !!!

1 Like

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