I am new to PowerApps and trying to create a new Canvas App to integrate various SharePoint libraries.
I stumbled in my first problem with a search text box, I need to filter a gallery based on two conditions a name (which comes from a PeoplePicker in SharePoint library) and a text field.
I can search by the text field named ‘Title’



And this works fine as it returns the correct results.
However it does not work with the PeoplePicker, in SharePoint the field Name is called ‘Crew Member(s)’ and the url ‘Crew_x0020_Member_x0028_s_x0029_ ‘ this is set to ‘Person or Group’ (I have closed the parenthesis)

Any thoughts on how I can search with a people picker column?
Thanks