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
ajinkyab277 , We have a smart service "HTML Doc from Template" under Document Generation category.
First we need to create a template document ..as below
Then configure the "HTML Doc from Template" node as below.
Here for the data you can the pv in expression editor
I tried the same, I am getting "Template document not accessible" error
The you have a permission/security settings problem. The user that runs that node does not have access to the file.
Thank you issue got resolved. I changed in the assignment to run as whoever designed the process model
This might get you into trouble in the long run. I highly recommend to make that template available to the normal user instead.
Okay Will do that. Thanks.