How to capture data from an Outlook email in UiPath Studio

0 votes
Hi all, I need to capture some data from the body of an outlook email. How can I do that in Uipath studio?
Nov 6, 2019 in RPA by anonymous
• 1,110 points
6,596 views

1 answer to this question.

0 votes

Hey there, you can use Get Outlook Mail Message activity to retrieve all the mails from outlook. Later you can use a foreach activity to loop through all the emails one by one. Inside foreach loop, you can use an Assign activity to capture the body of the mail and from that body you can fetch any required data. Following screenshot shows the workflow sample:

image

answered Nov 7, 2019 by Abha
• 28,140 points
Hi ,

how can we extract specific words from email body? Can anyone let me know the activities here?

Hey, first read the mail using mail activities so that you can get mail body right store it in a string variable then use regex to get the specific content.

Related Questions In RPA

0 votes
1 answer
0 votes
1 answer
0 votes
1 answer

How to scrape data using Get Text from UI Automation tools in UiPath?

Hi Roshni, scraping any text from a web page ...READ MORE

answered Mar 20, 2019 in RPA by Pratibha
• 3,690 points
2,058 views
0 votes
1 answer
+1 vote
1 answer

How to retrieve Received Date, Modified Date and Message ID from each email in Outlook mail?

Hey there, to fetch these properties of ...READ MORE

answered Nov 8, 2019 in RPA by Abha
• 28,140 points
7,079 views
0 votes
1 answer

Identify a Column in a database in UiPath Studio

There are two options to identify a ...READ MORE

answered Feb 12, 2019 in RPA by Sahiti
• 6,370 points
2,497 views
0 votes
1 answer

Which edition of UiPath is more suitable for individual use, Enterprise Platform or Community Edition? Why?

UiPath’s Community Edition (CE) is the version which is ...READ MORE

answered Mar 7, 2019 in RPA by Mishti
• 480 points
1,360 views
0 votes
1 answer

Write multiple line message using message box

@Rashmi Message Box activity in UiPath does ...READ MORE

answered Mar 4, 2019 in RPA by Abha
• 28,140 points
13,898 views
0 votes
1 answer

How to get the filename of an email attachment in UiPath Studio?

Hey Apeksha, If your email contains just one ...READ MORE

answered Nov 8, 2019 in RPA by Abha
• 28,140 points
6,309 views
0 votes
1 answer

how get the specific data from an excel and write in another excel file in uipath?

@Renuka, I agree with your approach. You ...READ MORE

answered Aug 19, 2019 in RPA by Abha
• 28,140 points
4,132 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP