I need to read the mails of particular week . User will give from date(09/15/2021) and to date(09/23/2021). bot need to read the particular days mails. Can we do this in uipath?
1 Like
Hi @BNK
Can you try with this string format in filter property
" [ReceivedTime] >= ‘09/15/2021’ AND [ReceivedTime] <= ‘09/23/2021’ "
Regards
Gokul
Hi @BNK
Check this documentation. We have a few example filter expressions.
This Expression for Get Outlook mail
Regards
Gokul
1 Like
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.