Hi there,
I’m new using bubble and I’ve read the limit for lists is 10,000. However I would like to impose a limit of records a user can create in an X field.
Use case 1: Image field (list) for a product
data type. I would like to limit users to upload up to 5 images. Is this possible? Or is it better to create 5 single image fields?
User case 2: A company
data type may have N products so it has (linked) a product
data type field (list). I may limit the number of products in general for each company (not sure about the number yet) as well as to limit the number of products based on subscription tier. Is this possible?
I was thinking to put a condition on the thing that adds to the list, so it becomes unclickable when the count of the list is X.
Which would you think is the best approach?
Thanks in advance!