Hi
I am using DOCX from Dynamic Template to generate a document with a image. for the Docx Template I have a word document with a Form field defined as below:
For XML Data Model I have given: ="<image>This is a simple placeholder</image>"
Images is the process variable which has been saved by creating it in the process model. The process model is getting executed fine but no document is getting saved to the defined folder.
Any thoughts?
Discussion posts and replies are publicly visible
what do you see in the process model node ? any error messages? Sometimes the document template doesn't accept malformed xml. Is there a screenshot on the error?
No error message on the process mode node - it ran successfully. I just want to have the image which I am generating in the process on the word document. There is no fancy stuff for which I need to build the XML as my document is to have only the image. Am I missing anything to provide for the plugin?
The syntax of referring the image looks a bit different. Could you try ${doc.image} instead?
Got this sorted. didn't pass any syntax for the image. I provided a dummy image and passed the "Images" parameter from the process model as the image generated and it worked.
great