Save tagged Evernote notes to Google Docs
This action will add 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.
Developer info
- 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
Filename Text input > File name
- 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)
Body Text input > HTML
- Label
- Content
- Helper text
- some HTML ok
- Slug
- body
- Required
- true
- Can have default value
- true
- Filter code method
- GoogleDocs.appendToGoogleDoc.setBody(string: body)
Path Text input > Path to a folder
- Label
- Drive folder path
- Helper text
- Use '/' to separate folders, e.g., 'Documents/Photos/Receipts'. Detailed guide <a href="https://ift.tt/drivefolderpath" target="_blank">here</a>
- Slug
- path
- Required
- false
- Can have default value
- true
- Filter code method
- GoogleDocs.appendToGoogleDoc.setPath(string: path)