Skip to content

Commit 450a4b1

Browse files
Update populate-table-data-mail-merge.md
1 parent 856c4d3 commit 450a4b1

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

knowledge-base/populate-table-data-mail-merge.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
title: Populate a Table with Data using Mail Merge Functionality
3-
description: Learn how to populate a table with data using the Mail Merge functionality.
2+
title: Populate a Table with Data using Nested Mail Merge Functionality
3+
description: Learn how to populate a table with data using the Nested Mail Merge functionality.
44
type: how-to
5-
page_title: Populate a Table with Data using Mail Merge Functionality
5+
page_title: Populate a Table with Data using Nested Mail Merge Functionality
66
slug: populate-table-data-mail-merge
7-
tags: mail, merge, mailmerge, word, table, data
7+
tags: mail, merge, mailmerge, word, table, data, nested
88
res_type: kb
99
---
1010

@@ -16,7 +16,7 @@ res_type: kb
1616

1717
# Description
1818

19-
Learn how to generate a Word (.DOCX) document that contains a [Table]({%slug radwordsprocessing-model-table%}) with a header row and an item row merge field. Then, passing a collection of records, automatically populate the data rows.
19+
Learn how to generate a Word (.DOCX) document that contains a [Table]({%slug radwordsprocessing-model-table%}) with a header row and an item row merge field. Then, passing a collection of records automatically creates and populates the data rows.
2020

2121
# Solution
2222

@@ -102,11 +102,11 @@ This code snippet will produce the desired result, merging the data into the tab
102102
![Populate Table Data](images/populate-table-data-mail-merge.png)
103103

104104

105-
If you skip the MailMerge step, the following template would be produced:
105+
If you skip the MailMerge step, the following template will be produced:
106106

107107
![Populate Table Data](images/populate-table-data-mail-merge-original.png)
108108

109109
## See Also
110110

111111
* [Nested Mail Merge]({%slug radwordsprocessing-editing-mail-merge%})
112-
* [Table]({%slug radwordsprocessing-model-table%})
112+
* [Table]({%slug radwordsprocessing-model-table%})

0 commit comments

Comments
 (0)