Problem with JSON Array from API in array (only shows first item)

So I’m sure it’s me doing something wrong or missing something obvious.

I’m pulling in a JSON result from an API (zip codes in a radius). I need to put the returned zip codes on the page.

I have the API call working, getting the return, getting the repeat region to repeat a row but it only shows the first item in the repeat. It never moves off of {{zipcode.data.DataList[0].Code}}

API Schema

Page and repeat set up

Any suggestions on what I’m missing/doing wrong?

You are just picking the wrong data in the data picker. You need to select the value under the repeat, not under the data source.
When you pick it correctly it shoud be just {{Code}}

I will be spending the rest of the day smacking myself in the head.

Thanks :slight_smile:

1 Like