You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: knowledge-base/populate-table-data-mail-merge.md
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
---
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.
4
4
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
6
6
slug: populate-table-data-mail-merge
7
-
tags: mail, merge, mailmerge, word, table, data
7
+
tags: mail, merge, mailmerge, word, table, data, nested
8
8
res_type: kb
9
9
---
10
10
@@ -16,7 +16,7 @@ res_type: kb
16
16
17
17
# Description
18
18
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.
20
20
21
21
# Solution
22
22
@@ -102,11 +102,11 @@ This code snippet will produce the desired result, merging the data into the tab
0 commit comments