put_field_text
Set the text content of a named field in an HWP document. Provide the document ID, field name, and text to update the field's value.
Instructions
Set the text content of a named field.
Args: doc_id: Document ID from open_document name: Field name text: Text to set
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| text | Yes | ||
| doc_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||