Last Updated: Feb 14, 2022
Use this function to insert the text from the specified index in the Google Doc.
Only text content can be inserted. Table content is not allowed.
Insert Text (document_id, index_position, text_value, private_key, client_email)
Input Parameter Name | Description |
---|---|
document_id | Name of the document |
index_position | Index to insert the text |
text_value | Text to be inserted |
private_key | Private key of the service account |
client_email | Email ID of the service account |
Return Value | Description |
---|---|
Output |
|
Insert Text (XYZ123, 3, Travel, —–BEGIN PRIVATE KEY—–\nABCD\n—–END PRIVATE KEY—–, name@project-id.iam.gserviceaccount.com)
To view all the Google Docs functions, click here.