Need help filtering products of a certain category by user

I’m trying to make a product-catalog and marketplace app. Just for practice.

Essentially you show your wardrobe and you can list any items in your wardrobe to the marketplace.

I’m having trouble when I select my wardrobe(a repeating group of categories) and pick a certain category that I can filter the products in that category to only be the current user.

In my data I have

Catagory
Type = Text
Products = List of Products

Product
Type = Text
Category = Category

User
Products = List of Products

There’s a few more options there but I’m just stating the relevant ones.

I figured it out

I added an extra constraint where created by = current user.

Easy

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.