Filter option doesn't work

Hello,

i use the GET OUTLOOK MAIL MESSAGES activity with the filter option.
I want to filter by received date and i write :
“[ReceivedTime] >= ‘01/01/2020 00:00:00’ and [ReceivedTime] <= ‘04/28/2020 00:00:00’”

But it doesn’t work…

Does anyone have an explanation and a solution?
Thanks.

Hi @david.wouters

I know this is an older topic, but I wanted to share the solution it might be helpful for someone who have this issue.

"[ReceivedTime] >= '01/01/2024 00:00AM' AND [ReceivedTime] <= '01/07/2024 00:00AM' "

Regards,