I am trying to get information from an Excel workbook and then filter the results by a yesterdays date. Each time I add formatDateTime to the ODATE filter, it fails.
My filter is DATE eq '@formatDateTime(addDays(utcNow(),-1),'yyyy-MM-dd)'
I can't see the problem with this statement.
Further to a straight formatDateTime, I have used 2 Compose operations. One to subtract a day and one to format the date, but each time I use formatDateTime it fails.
Any ideas?