I can't seem to figure out how to do a custom sort for an array (like an Excel Table) that sorts hierarchically by multiple columns, like sort by date then by time then by room.
The ODATA filter queries for the "List rows present in a table" Excel action seem to be very inconsistent, only allow a single query (so no chained sorts/filters) and really struggles with column names that have special characters and different cases.
I have tried using compose by chaining functions like sort(sort(sort(outputs('array')['body'],'date'),'time'),'room') but it just keeps the order of the last sort call disregarding all previous sorts.
Copilot mentions a "Sort array" action that does not seem to be available. Excel scripts are also not an option because my company has a limited Office 365 license.
Any ideas of how to do this?
