I have a main list view showing records created in the system but now need to filter the view based on where the logged in user may be linked to for team names.
Examples:
User 1: Team A
User 2: Team A, Team B
Main View:
User 1: Should see records for Team A
User 2: Should see all records for Team A & B
I was going down the path of using the For Each in list view then filter name to the first view - but it's only pulling 1 name not 2.
Is there a better way to do this?
Picture included.

