Custom List not reflecting fetched data from collection

I created a custom list that will display objects retrieved from an external API, it was working fine this past few weeks. But last week Friday, I noticed that it is only showing the last object of the JSON though the count of items is still the same. I do believe that the API is working fine since I also tested it on postman and saw the JSON response on the network. I do hope someone can help me with this. Thank you in advance for the response.

Hi @johncleo,

Welcome to the community :partying_face:

Is it possible to add a screenshot of this External Collection properties? Can you try moving the objectid property to top?

Thank you

Hi @dilon_perera, it worked. looks like the positioning of the objectId has some effect on it. Thank you so much.

1 Like

Yeah! This issue was discussed in some topics and the solution was a unique id has to be in top.

1 Like