Dear Experts,
I have a sharepoint list with title and manager column(Text), where manager store manager email of created by employee.
I want to create a screen where manager can see his team members and select that member to see the all the items of selected employee from gallery.
I have tried
ClearCollect(CollDistinct,Distinct(Filter(Mission,Manager="test@test.com"),'Created By'.DisplayName))
The collection showing the distinct list, now how can i show the selected employee all items in another screen?
Please help.
Thanks