How to get mails from outlook within specific date?

Hi,

I am trying to get mails within a specific date range.
ex: start date: 11/26/2020
end date= 11/16/2020
I want to get emails which will fall under this range

1 Like

@Megha_D_Gowda

In Filter property give as below

" [ReceivedTime] >= ‘11/26/2020’ AND [ReceivedTime] <= ‘11/16/2020’ "

Hope this helps you

Thanks

1 Like

I am not getting any mails, even though I have mails in the mentioned range

@Megha_D_Gowda

Are they unread / Read ?

Can you share the screenshot

Thanks

@Megha_D_Gowda

Sorry it should be reversed check below

From : 11/16/2020 to 11/26/2020

" [ReceivedTime] >= ‘11/16/2020’ AND [ReceivedTime] <= ‘11/26/2020’ "

Hope this helps you

Thanks

I have unchecked the option

@Megha_D_Gowda

Reverse the date, as mentioned above

Hope this helps you

Thanks

Partially its working, but mail which is received on 26/11/2020 is not getting fetched

@Megha_D_Gowda

Check is that any system generated mail?

Thanks

No its not system generated

@Megha_D_Gowda

Can you share the screenshot, which mail is not counted?

Can you try making 27th and check if 26th mail is covered

Hope this helps you

Thanks

making date as 27 will work

@Megha_D_Gowda

Nice,

Mark as solution if this helps you

Thanks

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.