Hi everyone, I’m new to Bubble and have two quick formatting questions.
First: I’d like this repeating group to show only brands with a product behind them.
The second: how can I limit the number of results? For example, we have a new products page, but all our products appear.
For this, you can Do a search for brands (filter that it’s products should not be empty): each item’s products. I’m assuming you have a Brand table and a Product table, and each record in your Brand table has a field that is a list of Products.
For this, when you Do a search for, you have the items until parameter in Bubble that you can use and specify the max number of records you want to show on the page
If you only want to show new products, then you first have to determine what that means to you…let’s say for example, products created in the last 30 days. Then in your product search you’d add the constraint Created by is greater than or equal to current datetime - days:30