I have a powerapp I want to modify slightly to reuse for a Thanksgiving recipe app. I have the following working in my original app
Search(
Sort(
Filter( 'Share Your Recipe', DropdownRecipeType.Selected.Value = "All" Or 'Type of Dish'.Value = DropdownRecipeType.Selected.Value)
, Modified, Descending),
searchName.Text, "Tags"
)
I added a new "number" column in my 'Share Your Recipe' list - "Thanksgiving" -- and when I add a "1" in that column, I want it to be what shows up in my gallery.
I have tried multiple ways to modify my formula, but all of them aren't working.
The logic here is - Gallery will show "All" or what is chosen in the dropdown -- but only when Thanksgiving is "1"
Any ideas how to modify my formula?
Thank you for your time!