How to extract mail body data, into Excel...?

Dear All,

How to extract mail body data into Excel…?

Hi @lakshmikanth.vadugu

It is certainly possible. I would suggest you to look into the activity called Generate Data Table.
It looks like your input string will contain a nice, structured string that can be processed into a Data Table and then saved into the Excel file.

You should search the forum on these two topics (there is plenty of information to achieve your goal here):

  • getting the body of an email as string
  • splitting string by another string
  • Generate Data Table activity