Gsuite Get Mail Message Search query

Hi Team,

I have two scenario where bot has to fetch the email based on email from address and move to another folder(say in progress) in gmail. For this, I am currently using GSuite Get mail message activities to read email and got from address and mail.Headers(“date”)

And then, bot has to read the email from in-progress folder based on the mail.Headers(“date”) retrieved from the previous scenario. How to give search query in Gsuite Get mail message activity

Scenario 1: To fetch email from inbox based on email address, i have used this query “from:a@abc.com” and got the mail.Headers(“Date”) as “Tue, 9 Jun 2020 19:15:45 +0530”. It worked well…

Scenario2: To fetch email from In-Progress folder based on date time retrieved from scenario 1, i have used this query “date:Tue, 9 Jun 2020 19:15:45 +0530” but i didnt get any emails.

Could you please help me out on this.