I’ve got two filters on my Moggill Natives app; one for the sharepoint list column ”In the Nursery” and the other for “Growth form”. Both work well except they don’t cater for the “All” possibility. The “In the Nursery” function on the dropbox is:
Distinct(SharePointList,'In the Nursery'),
And on the “Growth form” is:
Sort(Distinct(SharePointList,'Growth form'),Value)
The Gallery function is :
Filter(SharePointList,'In the Nursery'=Dropdown1.Selected.Value && 'Growth form'=Dropdown2.Selected.Value)
My question is ‘What do I need to change in the gallery to add a search box to search for two columns in the SharePoint list (“Species” and “Common Name”) please?