Issue with nested repeat regions at client side- repeating limited times

Hi, i am fetching data from an api to show it in the client side.
At the network of browser its showing 50+ records fetching, but when i use repeat or repeat children it only repeat 5 times as shown in the picture, can you please help.

Hi,
Try running the expression in dev tools console to check what you are binding is actually correct or not.

yes, binding is correct, on the basis of the result of dev console i have bind the data.
As i searched, similar issue also caught by @BWCWeb


As per your screenshot, your repeat path would be sc1.data.ROfferApi.records
There is no need for a repeat region here.

1 Like

Thanks! Done