String field that contains html code to email

String field that contains html code to email

Hello everyone,

We've created a zoho flow that takes some input from the user (some keywords from a multi pick list) and sends them to a zoho flow which uses an ai prompt to create an email based on these keywords in an html form (e.g. use of <p>, <b>, etc.). Then this gets sent back to a specific field in ZOHO CRM. Then, we want to be able to send an email (based on an email template that fetches the content of the field, let's say something like ${Leads.Email}) that automatically "realizes" that the content of the field is in html that treats it accordingly.

So far, the workflow works fine. The issue we have is the final part. Right now, the content of the 'Email' field is being treated as plain text, so code like <b> and </b> doesn't make the text in between bold and it appears as actual text in the email body. It's essential for us to use html emails because of various reasons How can we achieve this?

Thank you in advance,