
I am writing a Power automate to copy emails from an Outlook mailbox to SharePoint. I am using Get emails (V3) and want to retrieve emails received on a particular date. I have tried the below filter expressions in the 'Search Query' box but none seem to work. The flow does not return any emails with any of the below expressions, although there are emails in the mailbox on or after this date. If i leave the search query box empty it returns all emails, but i need to fetch emails for a particular day. Any ideas pls?
receivedDateTime gt '2025-06-29T00:00:00Z'
ReceivedDateTime gt '2025-07-01T00:00:00+00:00'
formatdatetime(ReceivedDateTime, 'dd/MM/yyyy') eq '01/07/2025'