Fetch data from e mail body if data is table format get outlook

I have table in outlook mail body and I need to fetch some specific data from it how could I perform or if i want to convert this into datatable

Hi @airwaveexporter ,

Logic :

  1. Store your email body in variable say, str_Text.
  2. Then split str_Text such that you have only table text.
  3. Pass str_Text to Generate Data Table activity. It will give you Data Table as output.

May be you’ll have to play with Generate Data Table activity a bit. :slight_smile:

https://docs.uipath.com/activities/docs/generate-data-table

1 Like