Actions
Append Text To Document Body
Inserts a new text segment at the end of a Google document.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Document ID | The ID of the document to update. |
| Text | The text to add at the end of the document’s body. |
| Parameter | Description |
|---|---|
| Delegated User Override | Perform the action on behalf of another user, overriding the delegated user defined in the connection. If not specified, the delegated user is the one provided in the connection. Has no effect when using an OAuth connection. NOTE: the connection details are not edited by this input. |
{
"replies": [
{}
],
"writeControl": {
"requiredRevisionId": "<string>"
},
"documentId": "<string>"
}
Was this page helpful?