This action will append to a Google document as determined by the file name and folder path you specify. Once a file’s size reaches 2MB a new file will be created.
API endpoint slug google_docs.append_to_google_doc Filter code method GoogleDocs.appendToGoogleDoc.skip(string?: reason) Runtime method runAction("google_docs.append_to_google_doc", {})
Action fields Label Document name Helper text Will create a new file if one with this title doesn’t exist Slug filename Required true Can have default value true Filter code method GoogleDocs.appendToGoogleDoc.setFilename(string: filename) Label Content Helper text some HTML ok Slug body Required true Can have default value true Filter code method GoogleDocs.appendToGoogleDoc.setBody(string: body) Label Drive folder path Helper text Format: some/folder/path (defaults to “IFTTT”) Slug path Required false Can have default value true Filter code method GoogleDocs.appendToGoogleDoc.setPath(string: path)