OK I have a power automate function with "List Rows" function that gets data from a Dataverse table (Proforma Timesheets) and then runs an "apply to each" for each listed rows and an Append to String function which creates an HTML output out of the records.
The dataverse table Proforma Timesheet has a Date (cr4cc_date) column which is date only. I want to List rows to send the records sorted by cr4cc_date column, but it does not work. It sends the records randomly