insert_merge_field
Insert a mail merge field at the end of a specific paragraph in a Word document. Specify the paragraph ID and field name to add placeholders like FirstName.
Instructions
Insert a MERGEFIELD (mail merge) field at the end of a paragraph.
Args: para_id: w14:paraId of the target paragraph. field_name: The merge field name (e.g. "FirstName").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| para_id | Yes | ||
| field_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |