Repeater Data Elements

Repeater data elements are those elements that can have zero or more rows of data in a result set for an email message. Repeater data elements are represented in the message template as HTML tables.

To create a repeater data element:

1.    Create an HTML table.

2.    Set the HTML Table ID attribute equal to the table name of the repeater data as defined in the NTS_NOTIFICATION_DETAIL table for the notification event.

3.    If you would like to have a table header with column names, create a table row and table columns as desired. Set the ID attribute of the HTML table row to any value you would like to. The only requirement is that the table row ID attribute must end with _HEADER

4.    Create an HTML table row that represents where the repeater data elements are placed when the mail message is created. To put a data element in a table column you enter the column name of the data you want to display using the format ##COLUMNNAME##. You can apply any valid HTML attributes to any or all columns in this row that you want. You can set the ID attribute of this HTML table row to any value you want. The only requirement is that the table row ID attribute must end with _DATA

Note.pngSee HTML Template Requirements for Notifications for more information on how to create an HTML template with repeater data elements in it.