Hi all,
I have a search box at the top of my gallery, which is searching by Title and by Assigned Director at the minute. I'm using the following formula:
Filter('PMO Portfolio List',StartsWith(Title,SearchInput_2.Text) || StartsWith('Assigned Director'.DisplayName,SearchInput_2.Text), SortOrder.Descending)
However, I'd also like the user to be able to use the search box (SearchInput_2) to be able to search by the ID number and by "Assigned Lead / BPM Specialist" which is a MULTI SELECTION people picker column.
Any guidance on what formula I could use for that, please?


Report
All responses (
Answers (