I\'m trying to add a hyperlink to a mail merge field. So something like this:
{HYPERLINK \"{MERGEFIELD \"Links\" }\"}
So I create a field l
I also have been struggling with this. What I found to be the key is creating the document from SCRATCH and not saving it before executing the mail merge. Here are the steps I used:
“” and between them insert your merged field so that {HYPERLINK \* MERGEFORMAT} -> becomes {HYPERLINK"{MERGEFIELD"Constructed_URL"}"\*MERGEFORMAT}Hope this helps and good luck!