Hello:
I’m creating an inventory tracker for a regional chain of stores. I have 4 collections: Users, Stores, Products, and Inventory. Inventory contains relationships to Products and to Stores, which is a count of the given products for each store. I have a dropdown selector where the user will select which store they want to view/adjust the inventory for. Once selected, a list is supposed to come up that displays the current inventory for that store and allows them to adjust it.
However, my list isn’t coming up! It’s currently set up that the Dropdown selection updates the User’s relationship to the store by filling in the store information. Though this store has inventory, it’s displaying as if it’s empty. Can someone please help? Picture below for how my list filter is set up. Let me know if you need more information!

