Hi everyone,
I’m trying to set up a user-based filter in the dashboard app. Here’s the goal:
If the logged-in user is a manager, they should be able to see their own data plus the data of the users they manage.
If the logged-in user is a regular team member, they should only see their own data.
How can I configure the filter logic to handle both cases correctly?