There is an option on the mail activities for IsBodyHTML - the below link suggests that you can pass HTML to the body of the email rather than plain text so you should be able to pass your table tags through and create the table that way. I have never tried this though.
I have tested that in deed you can fill the body with HTML and activate IsBodyHTML to create a table, care though, the HTML and CSS does not behave like in classic web design, the CSS need to be in your HTML tag in order to function almost properly.
Now the challenge would be to receive that kind of mail and extract infos from it…
Trying to implement email automation for my project.
I am able to create and write a table in the mail body by passing HTML tags but i am still clueless regarding reading values from the table using UiPath activities.
Anybody to help how to read values from a table cell pasted in mail body.