Show Results Based on User Email

I am making a commission tracker app for my reps. I want to know if there is a way to limit it so that if user is part of store 1 they only see that stores employees but also do not see the managers commission. The manager can see all employees. Is this doable in glide?

As long as you’re able to mark who has what role,… then yes. You can differentiate on any piece of data.

Do you have an example of this?

Set up user profiles in your app. Then create any necessary columns in your user profile sheet to indicate a users roll, for example a Manager column with a true/false value, or a Store column to indicate which store they belong to. Then you will have access to set any filters for visibility in the app based on the signed in user’s profile settings.