Hi,
I am currently trying to display all items from a sharepoint list in a gallery except for any that show up in a certain search.
The idea is to search for all items that contain 'Signature' in the choice column and filter them out while showing the rest in the gallery.
Filter(Documents, !Title in Search(Documents, "Signature", AddColumns(Documents, "NewColumn", Choice.Value)).Title)
This formula obviously doesn't work, but I was curious what could?
Thanks