I have successfully connected a flow to an Excel file that resides on SharePoint.
Many of the table header names in the Excel file use two words, like "Product Name" or "Invoice Date".
When I attempt to use the OData filtering or ordering in the MS Flow Get Invoice Items app edit screen I can't seem to get the query right.
For Order By I've tried:
- Invoice Date desc
- 'Invoice Date' desc
- "Invoice Date" desc
- Invoice%20Date desc
- [Invoice Date] desc
All of which cause the flow to fail. I'd prefer to not have to change the source Excel table headers as MANY other systems depend on the stability of that file.
Can anyone tell me how to solve this conundrum?
Many thanks,
- Steven