I have a powerapp created from a sharepoint list 'MCN_Plants5'. The following formula is attached to the Gallery: SortByColumns(Filter([@MCN_Plants5], StartsWith(Species, TextSearch.Text) || StartsWith('Common Name', TextSearch.Text)), "Title", If(SortDescending1, SortOrder.Descending, SortOrder.Ascending)) as per attached 1. This works OK but I have a delegation warning on searching by 'Common Name', which doesn't bother me.
I'd like to add a dropdown filter: Distinct(MCN_Plants5,'In the Nursery'), to search if the plants are in the nursery or not. How do I amend the gallery formula to accomodate the dropdown list filtering whether the plants are in the nursery ("Yes"} or not("No) please.
I am a relative newby, but I try hard. Thanks for your help.