Forum Discussion

akg's avatar
akg
Copper Contributor
Jun 05, 2025

word template repeating a field that contains multiple values

How can we have a field/column which contains multiple values repeat in a template.

steps I followed

  1. Click on the parent node right click then 'repeating'
  2. in the content control box then right click on field/column then insert as plain text

 

Still I only see the last value of the column.

 

I was expecting it will give all the values that the column has on by one.

1 Reply

  • Take this:

     

    1. Ensure the Parent Node is Set to Repeat
      • Right-click the parent node in the XML mapping pane.
      • Select Repeating to allow multiple values to be displayed.
    2. Use a Table for Repeating Data
      • Instead of inserting the field as plain text, try placing it inside a table row.
      • Word handles repeating data better when structured in a table.
    3. Check XML Mapping
      • Open the Developer TabXML Mapping Pane.
      • Ensure the field is correctly mapped to a repeating group in the XML schema.
    4. Use Content Control with List Formatting
      • Instead of inserting as plain text, try using a rich text content control.
      • This may allow multiple values to be displayed properly.
    5. Test with Different Data Sources
      • If possible, test with a different XML dataset to confirm whether the issue is with the template or the data structure.

Resources