New to Power Apps - thanks for the help on what I feel has to be an elementary question.
How do I sort a gallery when “ALL” is selected by “Created” the base code is this:
If(searchdropdown.Selected.Value="All",Receipts, Sort(Filter(Receipts,creditcard.Value=searchdropdown.Selected.Value),Created,Descending))
The sort is working when I select a value other than “All” in the drop down box. I’ve tried everything I could think of with my limited knowledge of Power Apps.
Thanks.