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}}
ValuesDatasetName is the name of the dataset from the Template Builder window.

FieldName is the name of the field from the Template Builder window.

Punctuation is the punctuation mark that will separate values.

NotesYou 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.

UsageFor 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.

Attendees are Rose, Sean, Pablo.