i have problem with displaying json data

I have problem with json to display when i try to display json it combine my one array to second and second with third. Check the picture and my json

My Blocking

image

My Json Data :

{"columns":{"quiz":["english","math","state","sas","sas"],"link":["https://google.com","https://google.com","https://google.com","https://google.com","https://google.com"]},"rows":[{"quiz":"english","link":"https://google.com"},{"quiz":"math","link":"https://google.com"},{"quiz":"state","link":"https://google.com"},{"quiz":"sas","link":"https://google.com"},{"quiz":"sas","link":"https://google.com"}]}

@PAK_Flutter_Developer welcome to the community. Try something like this and tell me if it works

1 Like

The data that you are adding in global list is in list form, so you have to select list items using select list item with index block and then add to the global list.

1 Like