Hi expert,
How can I work around with the merge condition like this with the If..Then..Else Word fields?
Merge Fields: Merge_field_1, Merge_field_2, Merge_field_3
If (Merge_field_1 is not null) then
text = "see note"
Else
text = Merge_field_3
End If