Hi guys,
1. Whether you are trying to add hyperlink using merge fields by performing mail merge?
Yes, I am trying to add hyperlink by performing mail merge.
2. Whether you have different field names in merge field and data source, so you are trying to link the merge field with the data source field before performing mail merge?
The mail merge field has the same name as the field in the data source
I am using the following code:
document.MailMerge.ExecuteNestedGroup(new MailMergeDataTable(_templateMailMergeService.Data.GroupName, _templateMailMergeService.Data.TemplateDataModels));
For now I have to implement the link field on the one page template that uses data from only one record.
«BeginGroup:Cover0»
«MainTitle»
«Image:MainImage»
«Image:MainImage»
«Text1»
and here for example I would like to insert some link field
«Link1»
«EndGroup:Cover0»
Please let me know if you have any other questions.
Thanks,
Alex