Having Trouble Filtering Data

I am making a booking app that allows business owners to input their services so customers can see what they provide and book with them. But I am having trouble filtering the different services to each respective business for each of their business pages. What would be the best/easiest solution?



You have a business ID in your Services table already. In your Business table, create a multiple relation using the business ID as the connection, then use it fore your collection component.

1 Like

I tried this but now it is not letting me show the connection in the collection. The multiple relation is not popping up

I figured it out!

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.