I want Outlook Filter Query to get mail between 01/05/2024 and 13/05/2024 dates.
I am using Get Outlook Mail Activity, but I don’t know how to utilise filters in it. I am new to UiPath.
I want Outlook Filter Query to get mail between 01/05/2024 and 13/05/2024 dates.
I am using Get Outlook Mail Activity, but I don’t know how to utilise filters in it. I am new to UiPath.
Hi @Hello_World78 ,
You can achieve it as below
"@SQL=(""urn:schemas:httpmail:datereceived"" >= '01/05/2024' AND ""urn:schemas:httpmail:datereceived"" <= '13/05/2024')"
I Hope it helps you
Regards,
Vinit Mhatre
Thanks @Vinit_Mhatre it working
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.