Hi,
I have 3 word documents (sampleA.docx, sampleB.docx, sampleC.docx) with its own content.
Example: sampleA.docx
"Hi {name},
Kindly note that your particular has been created:
DOB - {dob}
"
I created a grid that is linked to a form. My form has the following fields:
- name
- dob
- form_type
When user select “form_type = A”, it will retrieve the sampleA.docx and include the value for the “name” & “dob” into the word document “{name}” & {dob} respectively. The word document can then be downloaded.
I could not find any solution on the internet, can anyone kindly advise how can I upload the word document to scriptcase and retrieve the respectively document based on the records value?
Thanks.