I have a repeater connected to a collection. The collection only has 6 items so far. However, the repeater will only display correctly when I set the maximum items to 1 to 5. When I set it to 6 or more the repeater displays my placeholder/dummy items.
That’s a problem… First, you might want to check if the sandbox feature is enabled for your collection. Those six items might be in the sandbox. (Though this is unlikely since the sandbox is off by default today … ). If that’s not the case, you can try using Velo code to insert the items into the repeater, which should solve the issue.