Hi @benjaminwthomas ,
The Search query input only searches for equality check - it does not support any other conditions like greater than or less than.
If you want to perform greater or less than operations -
1. You can use a HTTP action with graph APIs for filtering the emails,
https://graph.microsoft.com/v1.0/me/messages?$select=subject,receivedDateTime&$filter=receivedDateTime ge 2022-04-19T01:51:56Z
or
2. You can first get the emails for selected month and filter them in the flow itself using filter Action
"received:2022-04"
Kind Regards,
Shaik Sha
________________________________________________________________________
If I have answered your question, please mark the post as Solved.
If you like my response, please give it a Thumbs Up.