Hello,
I need to email a word template generated in a entity as the email body (not as attachment). I'm using a custom workflow to get the template (that I attached to a note in the entity) to get the template base64, then I'm using the base64 to convert it to HTML to set the email body. Im using OpenXML PowerTools to convert it to HTML but seems that does not convert the table properly:
The table must looks like this:
Any idea why the table is not converting well? Any other idea on how I can do it?
*This post is locked for comments