Hi, I need some help with my custom list.
In short: I have a hours registration app, were users can log worked hours for all the workdays of the month, in July there are 23 workdays, but in my list it only loads 20.
My list filter in my list: date = between X & Y, no max records
In the best case: it loads all items as expected
optional case: load on scroll
Case at the moment: it only loads 20 items max, even if there is 20+
The thing what’s weird is that in the webpreview it works perfect, but in android and IOS it doesn’t load more then 20,
Hope someone can help…