This query returns a list of when new documents were added to a Google Drive folder.
- API endpoint slug
- google_docs.history_of_documents_added
- Runtime method
- performQuery("google_docs.history_of_documents_added")
Query fields
- Label
- Drive folder path
- Helper text
- Format: folders separated by "/" like "Documents/Photos/Receipts." If blank, will look for files added to "My Drive."
- Slug
- path
- Required
- true
- Can have default value
- true
Ingredients
- Slug
- created_at
- Filter code
- GoogleDocs.historyOfDocumentsAdded.CreatedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06.000+05:00
- Slug
- document_url
- Filter code
- GoogleDocs.historyOfDocumentsAdded.DocumentUrl
- Type
- Web URL
- Example
- https://docs.google.com/document/d/1rjj18j2QxgXqS_ylk22j0_htn_UQ4kT-dlVGi8rsQd8/edit
- Slug
- name
- Filter code
- GoogleDocs.historyOfDocumentsAdded.Name
- Type
- String
- Example
- Poems
- Slug
- path
- Filter code
- GoogleDocs.historyOfDocumentsAdded.Path
- Type
- String
- Example
- /IFTTT/Memos
- Slug
- body
- Filter code
- GoogleDocs.historyOfDocumentsAdded.Body
- Type
- String
- Example
- Great weather conditions in the Bay Area
- Slug
- body_html
- Filter code
- GoogleDocs.historyOfDocumentsAdded.BodyHtml
- Type
- String
- Example
- <body><p>Great weather conditions in the Bay area</p></body>