Insert Merge Files within conditional merge

R

rwav1

I want the system to pull a merge file for a specific merge record, based on
criteria. There is a possibility of three files to be inserted. At the end
of the process, I should get one document. My first simplified attempt read
as as follow:

{ IF {MERGEFIELD Province} = "QC" { INCLUDETEXT "H:\\Form Letter 1"
MERGEFORMAT } "Failed" }

and I get : Error! Cannot open file. What am I doing wrong? Thank you.
 
Top