Filter List based on Current Team Member Using App

I am trying to make a project list and I want to allow my Team Members to only show the projects with task assigned to them in the app, and I want this to be a remembered setting.

I think I can figure it out if I can figure out how to find out if my current user is a member of my team and which team member it is. Then I can flip a toggle in my database and reference that toggle in my Project/Task filter.

So essentially I need to figure out how to do something like

if(team[Name] = currentUser){

}

1 Like

Hi @Benj-566a, welcome to the community and thanks for your post! :honeybee: :honey_pot:

You can achieve what you're looking to do with Honeycode's personalization feature, which allows you to customize apps to only display data relevant to the user. Check out this link to learn more: Personalize App Views.

Hope that helps! Let us know if you have any further questions around this. :slight_smile:

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.