I have a requirement of extracting table data from email body, for which I am using “extractdatatablesfromHTML” activity, but as the email body is in string , it is not working properly. Is there any way of converting the email body in string to HTML. Please help.
HTML is string. It’s just a string that contains HTML tags. All you have to do is use HTML tags in the string, use it for the Body of the email, and set the email property to HTML.