Hello,
I would like to do multiple actions in a gallery like filter and add a search bar. The formulas I'd like to write in Items field for my gallery are :
Filter(Documents; 'Chemin d’accès au dossier' = varInventaire)
Search(Documents; 'Searchbar'.Text;"{Name}")
I tried different ways to do it but still not working.
Thank you for your answer
Found the answer !
It was :
Search(Filter(Documents;'Chemin d’accès au dossier' = varInventaire);Searchbar.Text;"{Name}")