I am using an External collection and showing it as list but the problem is it is not showing all the results. It just showing one result or repeating the same result over and over again.
Whats the issue.
My Result looks like this
[
{
“category”: “Locksmiths”,
“city”: “Rockford”,
“state”: “IL”,
“zip_code”: “61109”,
“county”: “Winnebago”,
“count”: “23”
},
{
“category”: “Locksmiths”,
“city”: “Loves Park”,
“state”: “IL”,
“zip_code”: “61111”,
“county”: “Winnebago”,
“count”: “7”
},
{
“category”: “Locksmiths”,
“city”: “South Beloit”,
“state”: “IL”,
“zip_code”: “61080”,
“county”: “Winnebago”,
“count”: “8”
},
{
“category”: “Locksmiths”,
“city”: “Winnebago”,
“state”: “IL”,
“zip_code”: “61088”,
“county”: “Winnebago”,
“count”: “4”
},
{
“category”: “Locksmiths”,
“city”: “Rockton”,
“state”: “IL”,
“zip_code”: “61072”,
“county”: “Winnebago”,
“count”: “4”
},
{
“category”: “Locksmiths”,
“city”: “Machesney Park”,
“state”: “IL”,
“zip_code”: “61115”,
“county”: “Winnebago”,
“count”: “2”
},
{
“category”: “Locksmiths”,
“city”: “Cherry Valley”,
“state”: “IL”,
“zip_code”: “61016”,
“county”: “Winnebago”,
“count”: “1”
}
]