In my bubble app I have a repeating group within a group that’s within a group.
The repeating group shows the list of orders, thats linked to the store, which the store is linked to the current user.
are there different ways to approach this or is the data > privacy setting the way to go?
In my Orders privacy settings, I’ve tried writing the expression below, When This Order’s Store’s User’s UserRole is “Admin”
But did not work.
don’t see anything think like “who’s Store is…” as an option
No… you won’t see that… I meant it literally…
I don’t know how you’ve built your app or your database, so I can’t give you the exact instructions for your app specifically… (it depends how you’ve related your datatypes to one another, and what you’ve named your fields).
Btu you need to do a search for Orders who’s Store is the Current User’s Store - how you define that in your database, I obviously don’t know - feel free to share your database structure if you want some more specific help.