I have the scenario where I want to perform a MergeField with the following input data records:
CITY EMPLOYEE
BRUSSELS JOHN
LONDON PETER
ESSEX PAUL
and where the input docx contains the following MergeField construct:
{ If { MERGESEQ } = "1" "{ MERGEFIELD CITY }¶
" ""}{ SET Place1 { MERGEFIELD CITY }}¶
{ If { Place2 } <> { Place1 }"¶
----------------------------Page Break--------------------------------
{ MERGEFIELD CITY }¶
¶
{ MERGEFIELD EMPLOYEE } }{ ...