Add Data to Document
The Add Data to Document node allows you to insert or append content to Google Docs documents.Overview
This node enables you to:- Insert text at specific locations
- Add formatted content
- Insert images and tables
- Apply text styling
- Add headers and footers
Configuration
Parameter | Type | Description |
---|---|---|
Document ID | String | The ID of the Google Doc |
Content | Object | Content to be added |
Insert Location | String | Where to add content (START/END/INDEX) |
Format Options | Object | Styling and formatting options |
Authentication
This node requires:- Google Cloud Project
- Google Docs API enabled
- Service account or OAuth2 credentials
- Write access to the document
Output
The node returns:- Updated document ID
- Insert position
- Success/failure status
- Error messages if operation fails