Create HTML Document From HTML Code

Certified Lead Developer

1. I am creating a notice generator framework. For that, I have NoticeType table and in that table, I have NoticeTemplate column where I save the HTML code of the notice template.
2. So When my process model runs it gets the template from the NoticeType table. Now I am seeking help for below question

Q1. Is there any ways I can generate an HTML document from the HTML code which I have in process variable

  Discussion posts and replies are publicly visible