Hi,
I have created a collection that is filtered by the Manager's Name in the Sharepoint list. Then I would like to create a new collection that filters the Requester column which is a people column in the Leave Request list and match it with the Name in the subordinates collection.


I tried using this formula but has errors.
ClearCollect(subordinates,Filter(Employee,'Manager''s Name'.Email=CurrentUser));
ForAll(subordinates,
Collect(NewSubordinates,Filter('Leave-Request',Requester.DisplayName=LookUp(subordinates,Name.DisplayName=Requester.DisplayName))));
Can someone please help me?
Thank you.