Hi,
I have the mail merge regions document like this example:
<<TableStart:Item>>
Item Name: <<ItemName>
Item Number: <<ItemNumber>>
Item Information: <<ItemInformation>>
......
<<TableEnd:Item>>
Let’s say for example, if in the source XML, I have the no data for the merge field ItemInformation (<<ItemInformation>>
. Is there a way to remove the whole row about Item Information (the merge field and the label text as well?