Good Morning,
I have a drop-down list that is currently filtered to show meeting dates from a SP list that are greater than today. Works as intended. However, I would like to sort the drop-down list in ascending/descending order due to manual dates being entered that have thrown the dates out of order. How can I achieve that with my current code?
Filter('List Name', StartDate >= Today())