Limiting items loading/load more not working

New bubbler here and looking for some helps to save what is left of my hair! :face_with_diagonal_mouth:

I am attempting to help my app load faster for my users as there is alot of records with images. The app is a tool for paper crafters to track and manager their supplies. Load times are horrible and so I was trying the “load more” process. I am not able to get it running.

I have narrowed it down the problem to the daisy chain that resets my repeating group on the page as it loads and handles the searching for my users. When I disable the daisy chain the “load more” works but I can’t search.

When I click “load more” the item count does goes up I can see it when I look at the debugger, but additional items are not showing. I have no limits on rows or columns.

I have no idea why the daisy chain is preventing the page from loading more. when I enable the daisy chain the page only loads the set number. When I take the limit off the WF on the page load all the items load, but that means the limit on the repeating group on the client side is ignore.

I hope this is makes sense as I am a complete newbie. Thanks in advance for the help you will be saving my scalp!

Daisy chain is processing intensive enough. Consider alternative filtering. Lots of resources in YouTube and in this forum to learn how to do it. (Hint: super simpler than …. Dayseing… :flushed:)

This topic was automatically closed after 70 days. New replies are no longer allowed.