Retrieve the body of several emails according to the subject

Hello UiPath Community,

I want to retrieve the body of several emails according to the subject and with respect to the subject of each I would like to write a single email with all the bodies of the emails always according to the subject.

could you help me, I have already started with “get outlook mail message”, how to add all the body and then recover to make a single body maybe with a datatable but i need some help please
Thanks

Hi @kaj

You can use build data table activity as below,
image

And then use the workflow as below,
image

then you can retrive this data stored in the excel file and continue your flow.

Regards,
Vasanth Kumar

Hi

If my understanding is correct you take append the body to single text item

once completion of all mails you can text in body

Regards

1 Like

Hi @kaj ,

you can get the mails by using a filter in the activity for subject, then from the list of emails you can join the all the body to get your output.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.