This workflow follows the Google Drive → Googlesheetstrigger recipe pattern — see all workflows that pair these two integrations.
The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"nodes": [
{
"id": "21da7bb6-6544-4756-9d0a-ab8ae21650d4",
"name": "Google Sheets Trigger",
"type": "n8n-nodes-base.googleSheetsTrigger",
"position": [
-120,
-20
],
"parameters": {
"event": "rowAdded",
"options": {},
"pollTimes": {
"item": [
{
"mode": "everyMinute"
}
]
},
"sheetName": {
"__rl": true,
"mode": "list",
"value": "gid=0",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1SP8Y-qffC96ZV3ueVUYWP5pjqtaycaM7Kbv5L-ztw5g/edit#gid=0",
"cachedResultName": "Sheet1"
},
"documentId": {
"__rl": true,
"mode": "list",
"value": "1SP8Y-qffC96ZV3ueVUYWP5pjqtaycaM7Kbv5L-ztw5g",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1SP8Y-qffC96ZV3ueVUYWP5pjqtaycaM7Kbv5L-ztw5g/edit?usp=drivesdk",
"cachedResultName": "URL list"
}
},
"typeVersion": 1
},
{
"id": "39a9a0a3-13c7-4271-bca4-31848201e48b",
"name": "Take a screenshot of a website",
"type": "@custom-js/n8n-nodes-pdf-toolkit.websiteScreenshot",
"position": [
160,
-20
],
"parameters": {
"urlInput": "={{ $json.Url }}"
},
"typeVersion": 1
},
{
"id": "1dc3cb1a-99ee-4e85-b628-0f4a77149728",
"name": "Store Screenshots",
"type": "n8n-nodes-base.googleDrive",
"position": [
400,
-20
],
"parameters": {
"name": "={{ $json.Title }}.png",
"driveId": {
"__rl": true,
"mode": "list",
"value": "My Drive"
},
"options": {},
"folderId": {
"__rl": true,
"mode": "list",
"value": "1oFbmzgG2fsRix45r5JtowYjAdwskJ0P6",
"cachedResultUrl": "https://drive.google.com/drive/folders/1oFbmzgG2fsRix45r5JtowYjAdwskJ0P6",
"cachedResultName": "screenshots"
}
},
"typeVersion": 3
}
],
"connections": {
"Google Sheets Trigger": {
"main": [
[
{
"node": "Take a screenshot of a website",
"type": "main",
"index": 0
}
]
]
},
"Take a screenshot of a website": {
"main": [
[
{
"node": "Store Screenshots",
"type": "main",
"index": 0
}
]
]
}
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Googlesheets Googledrive. Uses googleSheetsTrigger, @custom-js/n8n-nodes-pdf-toolkit, googleDrive. Event-driven trigger; 3 nodes.
Source: https://github.com/Zie619/n8n-workflows — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
This workflow captures a full-page screenshot of any website added to a Google Sheet and automatically uploads the screenshot to a designated Google Drive folder. It uses Dumpling AI’s screenshot API
Stickynote Workflow. Uses googleTranslate, googleSheetsTrigger, googleDrive, httpRequest. Event-driven trigger; 22 nodes.
This workflow watches a Google Sheets worksheet for new client rows, creates (or reuses) a matching client folder structure in Google Drive, shares the folder with one or more client email addresses,
This workflow provides a complete, hands-off solution for managing event registrations (perfect for seminars, workshops, or community gatherings). It automatically generates personalized PDF e-tickets
This workflow automatically generates a branded PDF invoice from data in Google Sheets and saves it to Google Drive. No manual document editing required.