Hi,
I have a power automate flow that exports SharePoint list to csv.
I need the list to be in alphabetical order, how can this be done?
The below doesn't seem to work, it only changes the view. When you close the list and reopen it the order is reset.
@Anonymous
When retrieving the items from the SharePoint list, use the Order by option. Note that the column name you reference must be the internal column name rather than the display name. In my example, I am sorting in ascending order by the Title column.