Block 1 - Sticky Overview
- Type / Role
- n8n-nodes-base.stickyNote - stickyNote
- Config choices
- Version 1
Quick overview This workflow runs every two minutes to sync a Google Sheets file queue with an OpenAI Vector Store by deleting outdated entries, downloading new files from Google Drive, AWS S3, or ...
n8n-nodes-base.stickynote, n8n-nodes-base.scheduletrigger, n8n-nodes-base.googlesheets, n8n-nodes-base.if, n8n-nodes-base.httprequest, n8n-nodes-base.filter, n8n-nodes-base.noop, n8n-nodes-base.switch
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Salman Mehboob.
Original n8n.io sourceThis workflow runs every two minutes to sync a Google Sheets file queue with an OpenAI Vector Store by deleting outdated entries, downloading new files from Google Drive, AWS S3, or a URL, uploading them to OpenAI, and updating each row’s processing status.
outdated, deletes the referenced file from the OpenAI Vector Store and updates the row status to deleted in Google Sheets.file_url and no status, then processes them one by one.completed, then marks the row as active in Google Sheets.completed or in_progress, marks the row as error in Google Sheets and continues with the next item.YOUR_GOOGLE_SHEET_ID in all Google Sheets steps and ensure the sheet includes file_url, status, openai_file_id, last_updated, and a row_number column used for updates.YOUR_VECTOR_STORE_ID in the OpenAI Vector Store delete, add, and poll HTTP requests.YOUR_S3_BUCKET_NAME in the AWS S3 download step.YOUR_ARTICLES_DOMAIN in the URL routing rules used to decide when to download via HTTP.Contact
LinkedIn: linkedin.com/in/salman-mehboob-pro Email: [email protected]
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
Showing the first 24 of 25 workflow blocks. Download the JSON for the full node graph.
| Workflow | Sync OpenAI vector stores from Google Sheets with Drive and AWS S3 |
|---|---|
| Complexity | advanced |
| Nodes | 25 |
| Categories | Document Extraction, AI RAG |
| Author | Salman Mehboob |
| Published | 01 Jun 2026 |
Use the JSON export at /data/workflows/16050/16050.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
Quick overview This workflow runs every two minutes to sync a Google Sheets file queue with an OpenAI Vector Store by deleting outdated entries, downloading new files from Google Drive, AWS S3, or ...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Document Extraction, AI RAG use case.