Support > Forums > OpenBots Studio > Outlook Automation

Outlook Automation

akshay t

  • Reporter
  • Calender Icon March 01,2022 at 6:48 AM

How to loop through Emails in OpenBots

This forum has 314 topics, 681 replies, and was last updated 7 days ago by Support Agent

akshay t

  • Participant
  • Calender Icon March 09,2022 at 4:20 PM

Thanks

Poornima Malviya

  • Participant
  • Calender Icon March 02,2022 at 6:40 AM

Hi AKST001,

Thankyou for sharing the query. In order to loop through emails you can use for each command. First step would be to read outlook emails - Use Get Outlook Emails command and the extracted mails will be stored with data type list<mailitems>. Second step to loop through emails - Use for each command you can pass, the output of above command - list<mailitems> and create another variable <mailitem> (individual mail item). Inside for each loop you can add commands to perform respective operations on individual mail such as - Get Outlook Email as Attachments, Save Outlook Email etc.. as per your requirement. For further reference on automation with Emails please refer to this video - https://academy.openbots.ai/lessons/stock-price-extraction/ Please let me know in case of further queries.

You are not authorized to reply, please click here to login and add your reply to this topic.