How to filter a list of outfits based on the clothing that you own?

Hello,

I am trying to make a tool that only shows outfits of the clothing that you own. I know how to filter the list to show only outfits that match certain criteria like matching color red and matching clothing type collared shirt. But I am currently struggling not sure how to only show outfits only of the clothing that you own.

I have created another data type called clothing_items to store the clothings that the user owns. But not sure how to continue.

Thank you.

Maybe add an additional filter that says Creator = Current User

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