If these values are coming from a database, then the best solution may be to set the Repeat Behavior to dataset mode, then add a SQL Query binding to the Template Parameters parameter of the template repeater. This query can bring back all of the values needed, and will create one template instance for every row returned. The template parameters will be set by the field values in their respective rows, provided that the db table’s column names match the template’s parameter names.
1 Like