mimuhrin
(Mimuhrin)
1
Hi community!
I was wondering how I can filter outlook messages to get emails for a specific date.
I tried manually in outlook and this filter works:

but when i try to use that in the get outlook mail messages activity like this

it gives me this error:

Can anyeone help me with this? Thanks in advance 
mimuhrin
(Mimuhrin)
3
Hi!
This doesnβt work for me for some reason, it always gives me no result even if i change the dates 
i have these emails that was sent today (02/15/2021)
i tried using that syntax but it gives me no result
it should fetch results for date greater than 02/10/2021, right? 02/15/2021 is greater date but not sure why. is my logic correct on this?
Did u add time too in the date part?
mimuhrin
(Mimuhrin)
5
not sure where to add the time part, i tried this

but still shows no results
Hi @mimuhrin
Try this way
Just to test how ur date format looks like
Loop through the mailβs u got as result of mail message activitiy
Then use mail.RecievedDate to check the format of date
So.that u can check what is date format
Regards
Nived N 
Happy Automation 


rajanrao1
(Rajan)
7
HI
try to use this in filter field
β[ReceivedTime] >= β " + β15/02/2021β + " ']β
mimuhrin
(Mimuhrin)
8
Hello! I tried using this but it still gives me the condition is not valid error 
rajanrao1
(Rajan)
9
r u using date variable?
or else if possible then share your workflow
@mimuhrin Can you check the discussion in the Below post and Check if it will be helpful in solving your problem ?
1 Like