How to store the “category” of the email like “email Subject, Received Time” using Automation Anywhere A360?
Can anyone please help me with the solution.
How to store the “category” of the email like “email Subject, Received Time” using Automation Anywhere A360?
Can anyone please help me with the solution.
Hi
Please check the below link,
You must use certain Email actions within a Loop action. Use the For each mail in mail box iterator to repeat a set of actions on all the emails within the specific parameters.
Hi
Step:1 Using Email: Connect
Step:2 Use Loop: For Each Mail in mailbox: Create Dictionary Variable with suitable name as Output.
i.e. ($dictEmailDetails$)
Step:3 Add a Message Box displaying Dictionary{Key1},Dictionary{Key2}….
eg:Email Subject - $dictEmailDetails{emailSubject}$ (Leads to Email Subject of a Particular Email) Email From - $dictEmailDetails{emailFrom}$ (Leads to Sender Email of a Particular Email)
You will get the Keys in the below Link: https://docs.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-email-properties.html
Thanks for the response. Do we have any key that returns “Category of an Email”.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.