Hi Team,
I have Sharepoint with two columns.
Column 1 - Team Name - Choice DataType
Column 2 - Team Heads - Person or Group (Multi select is enabled)
Data Source:

In my powerapps, i have one dropdown to select the Team name and based on that team selection, their respective data's will be populated to the gallery.
For example, When John login to the system, based on User().Email validation , he should get "Finance, Credit, Accounting" in the dropdown.
I tried to use Filter(Datasource_name, User().Email in 'Team Head Name'.Email). I couldn't bring the exact team details in dropdown.
Could anyone please help on this.
Thanks