Hello Everyone,
I have been playing with creating better-looking emails that come from the Workflow email activity. I have seen many posts about how the email activity acts with normally formatted HTML syntax. I myself have found the only way to get the HTML to look the way I want is to have all "code" smashed up in 1 long line. This is no fun when working with the Assign Token activity that I'm using to create the body of the email. One idea I came up with that I think is a little better is to have a text file in my repo that Workflow can retrieve text on and use that token in the body of my email. But after testing, I get the same limitation that I can't have that text file formatted normally and I need to remove all spaces and newlines. The end result is a long string in my text file but it's still better editing than making edits in the token box.
Has anyone come up with a better way to maintain an HTML file to use in an email activity? Is there a way I can keep the formatting and use some technique to prep the HTML for the email activity? Thanks for the help everyone.