BoldDesk®Customer service software offering ticketing, live chat, and omnichannel support, starting at $49/mo. for 10 agents. Try it for free.
Queries |
Details |
<<string_list>> outputs System.Collections.Generic.List`1[System.String] |
To merge the list of strings in the Word document using Mail merge functionality, we suggest you to set the MergeFields in template Word document and then execute mail merge using Execute(IEnumerable) API. |
<TableStart:string_list>><TableEnd:string_list>> no output |
To merge of list of string in particular group or table in the Word document, we suggest you to set the MergeFields inside the group and then execute mail merge using ExecuteGroup(MailMergeDataTable) API. In your scenario, there is no MergeFields inside the group (<TableStart:string_list>><TableEnd:string_list>>). So, while executing mail merge functionality using DocIO it doesn’t merge the data into the Word document. |