save_document
Save document changes to a .docx file, overwriting the source or specifying an output path and document handle.
Instructions
Save all changes back to a .docx file.
Args:
output_path: Path for the output file. If empty, overwrites the original
source path of the document under this handle.
document_handle: Handle of the document to save. Empty = __default__.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| output_path | No | ||
| document_handle | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |