Last Updated: Feb 14, 2022
The following functions are available for use in the Google Docs node:
Functions | Description |
---|---|
Create Document | Creates a new Google Doc with the provided name in the drive |
Delete Content | Deletes the text within the given indices in a Google Doc |
Delete Document | Delete a Google Doc from the drive |
Get Document Content | Reads the content in the Google Doc as a string |
Get Text Index | Gives the list of indices that represent the location of the given text in the Google Doc |
Insert Text | Inserts the text from the specified index in the Google Doc |
Replace Text | Replaces an old text with the new text in the Google Doc |