I’m working on my very first flow and I’m using Haillie Guiseppe’s Overdue Action Audit from the template showcase (thank you, @Hallie Guiseppe!).
The flow is working perfectly, except I’d like to sort the resulting HTML table first by fundraiser and then by action due date, so the resulting table would look like this:
Using the Sort expression, I can sort by either fundraiser OR action due date, but not by one followed by the other.
If I use the Sort expression like this, the result is sorted by fundraiser of course:
If I nest the Sort expressions like this, the result is only sorted by action due date without regard to fundraiser:
Last, I tried swapping the order of the nested sort expressions like this, and the result is only sorted by fundraiser.
Any advice on how to sort first by one field, then by another?