Not able to use filter or Order by function on excel data, the error returned is
Syntax error at position X of the filter expression.
The filter condition is on a text column named "User Name", looking for value equals "Test Client 1",
the actual filter text used the flow is => User Name eq 'Test Client 1'
I had been searching online and came across this post from year 2016 which suggested filter and Order by are not supported for excel, however those properties can can be set in the flow UI.
https://powerusers.microsoft.com/t5/Flow-Ideas/Excel-ODATA-Filtering-obsolete-request/idi-p/11568
I can work around the filtering by using a Data Operation action, however I dont know how to perform the sort.