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
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
{
"status": "ok",
"rewards": [
{
"date": "27-10-2021",
"to": "Dora"
},
{
"date": "28-10-2021",
"to": "Chris"
}
]
}
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…
Change from global response2 to global rewards in list by walking key path block
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.