Hi everybody,
I'm still trying to write to successfully write a formula to filter and search the gallery in my employer's canvas app. My research says there IS a way to filter and search in one function, but when I try to replicate the function, mine doesn't work. I need help from a more experienced user. Below is screenshot of my gallery showing the formula I have written. Can someone let me know what I'm doing wrong? Thank guys... I appreciate it. NOTE: I realize narrative is spelled incorrectly, but I didn't create the Sharepoint list, I'm just in charge of making changes to the existing app.
Here is what I have in my Items property:
Search(
AddColumns(Filter('Weekly Digest', Created >= Date(2021, 1, 12), Group = GroupDD, AppropriateAudienceforContent = AudienceDD, SearchBox.Text, Category, Narative, Group, Title)
)