In my SAP BUILD app, i created a new classic data entity with following option: i.e. "SAP BTP Destination REST API Integration".


I have set the data variable which will pick up this data from REST API and put it in a Data variable.

With this setup, in the UI Canvas, I am using a “List Item” control and binding its “Repeat with” property with data.Customer_Data.value.value

And setting its primary label binding with current.formattedName

I am expecting to display a list of customer formattedName field value to be displayed as a repeated result in this list on load of the app screen.
But its not loading the desired result with this list control. Can anyone please suggest if I am missing anything.