I'm trying to send an email using raw HTML data (including the <html> and <head> tags) which is dynamically created earlier in a compose step. I then place this compose output in the Outlook action, code view.
However, the action insists upon wrapping the output in <p> tags when saved, which breaks the HTML code when the email is viewed in GMail. I am unable to find a way to stop this from happening apart from adding the HTML code directly to the action step itself, which isn't possible for me, based on how the code is generated. If I use <html> tags in the code view, or a simple <span>, it just deletes them upon save and wraps in <p> tags again.
Any tips on how to avoid this content-breaking scenario?