You can display a column from the report or query as a list of values, separated by a punctuation mark you specify. TableList fields may be included within paragraphs.
TableList
Syntax
{{TableList:DatasetName:FieldName:Punctuation}}
Values
DatasetName is the name of the dataset from the Template Builder window.
FieldNameis the name of the field from the Template Builder window.
Punctuationis the punctuation mark that will separate values.
Notes
You may not use a quote (") or colon (:) as the punctuation value.
Duplicate values are removed from the list automatically.
TableList does not work in conjunction with TableGroupStart/TableGroupEnd.
TableList does not work in conjunction with Nested SOQL Query Datasets.
Usage
For a list separated by commas, place a comma before the double braces:
Attendees are {{TableList:Contacts:First_Name:,}}
On merge, the field values are separated by a comma.