Help Centre › Functions & Formulas
This article describes the RPA Google Workspace connector function to create or update the document footer.
For a full list of available functions, please read GOOGLE WORKSPACE functions.
Description
The Create footer function creates or updates the footer section of a Google Docs document. The footer appears at the bottom of every page.
Input parameters
| Parameter | Required | Type | Default | Description |
|---|---|---|---|---|
| Connector | Yes | Select | - | Select the Google Workspace connector to use |
| Document ID | Yes | Text | - | Google Docs document ID |
| Section index | No | Number | 0 | Section index (0 for default section) |
| Variable | Yes | Text | - | Variable to store the footer ID |
Output variables
| Variable | Type | Description |
|---|---|---|
| Variable | Object | Object containing footerId for subsequent text insertion |
Errors
- Document not found – the document ID is invalid or you lack access
Tips
- After creating the footer, use Insert text with the footer segment ID to add content
- Common footer content includes page numbers, dates, and confidentiality notices
Related functions
- Create header – Create a document header
- Insert text – Add text to the footer