Hi,
I'm pretty new to PowerApps and I'm trying to do a basic Sort and Filter on a gallery. I looked through previous posts and based on what I've read, this should be correct, but I must be missing something.
The filter ws working before I wrapped it in a sort (I tried both Sort and SortByColumns with same error). I'm just trying to sort my results based on a date field in my list.
SortByColumns(Filter('Email Tracking', Status.Value <> "Complete")),'Send Date',Ascending)
I'm getting an "invalid number of arguments: received 1, expected 2 or more" error.

I'm not sure what else to try.
Thanks for any help!
Angie