Hello.
There are several templates that have a “List of payments” for User data type.
I have a concern here.
Bubble system has a database limitation that the list item can only hold 10,000 values.
If the number of items exceeds 10,000, an error will occur.
Therefore, when running in production, it is necessary to think in advance about how to handle cases where the number of list items exceeds 10,000.
For example, in the Createry template, there is an item called List of Payments in the User section, and in the Ko-Fi template, there is a list called Payments_gibven and Payments_received.
In both templates, I believe the error occurs when the customer has made more than 10,000 payments to the creator.
There doesn’t seem to be a limit on the number of records in the data type.
If there is no workaround for the limiting, I think we need to merge the List of Payment item into the Payment data type or create a new separate data type to manage it.
(However, it’s difficult to figure out the logic of that operation from scratch.)
How do you deal with this?