I have a filtered list that is getting pulled in through external collections. When the list has too many items, it breaks the functionality - I can scroll endlessly and it keeps duplicating items in the list.
How do I avoid this from happening?
I have a filtered list that is getting pulled in through external collections. When the list has too many items, it breaks the functionality - I can scroll endlessly and it keeps duplicating items in the list.
How do I avoid this from happening?
Can you send a screenshot of your database collection and parameters?
Is this what you are looking for?
Interesting.
I recommend submitting a support ticket for this issue. I’m not quite sure what the problem is here but I believe it has something to do with the list being an external collection.
Let me ask this also… Is the “id” number a unique number for each of the external collection records?
Each user has a user_id
And then yes, each individual record has its own id number
Opening up a support ticket now
I have seen issues, where the ID must be a unique value or the list, will duplicate itself, but in your case, it appears that you have a unique ID for that parameter and it’s still duplicating.
Best of luck, hope they can figure out the issue. Do let us know here in the thread if you find a solution so that if others run into this same issue, they’ll know how to solve the problem.