Hello @ChanduMohammad S ,
The date is 2022-01-10, (YYYY-MM-DD format).
Hi @Raul Patcas ,
Can you check the Date value by adding a Message box?
And if I put the same variable in "When received date is on or after" everything works fine.
HI @Raul Patcas ,
Please go through below synopsis of each option,
- Optional: In the When received date is on or after list, select an option to retrieve specific emails on or after a certain date.
- Optional: In the When received date is on or before list, select an option to retrieve specific emails on or before a certain date.
https://docs.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-email-action-loop.html/p>
I have the same problem, could you solve it?
Hello @Carlos Torres ,
I manage to avoid it by changing the connection server (from EWS server to Email server).
Try that and let me know if it works.
Hello @Carlos Torres
I have done the below steps for Outlook
- Date time to String command-> Convert the system date to string variable with custom format yyyy/MM/dd or dd/MM/yyyy
- Date Time Assign command -> Convert the Step 1 string variable as date with the custom format used in Step 1
- In loop, use the step 2 date variable in "when to receive option"
Earlier I have faced the same issue while using the system date directly, but after this conversion, its working fine for me.
Hello @Raul Patcas
Reported issue is fixed as part of A360.25 for Email Server.
Reference: https://docs.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/release-automation-360-v25.html/p>
Search using keyword: 00920617
Please feel free to open Support ticket in case if the issue still persists.
Regards,
Vinod
I need to use Previous Month First Date and Last Date while reading the email. I can get the dates either from Excel or VB Script but both will return values in string variable.
I converted the string to datetime variable. After that system is not reading the email.
If anyone has does this, please help