This workflow follows the Execute Workflow Trigger → Google Sheets 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 →
{
"active": false,
"connections": {
"Execute Workflow Trigger": {
"main": [
[
{
"node": "Google Sheets",
"type": "main",
"index": 0
}
]
]
},
"Google Sheets": {
"main": [
[
{
"node": "Edit Fields",
"type": "main",
"index": 0
}
]
]
}
},
"createdAt": "2024-02-13T21:26:37.130Z",
"id": "g0VoeC7g7LSTtOn8",
"meta": {
"templateCredsSetupCompleted": true
},
"name": "getAgenda",
"nodes": [
{
"parameters": {},
"id": "d3f7cb71-cce4-4218-b7c7-59be3b8c4592",
"name": "Execute Workflow Trigger",
"type": "n8n-nodes-base.executeWorkflowTrigger",
"typeVersion": 1,
"position": [
560,
300
]
},
{
"parameters": {
"documentId": {
"__rl": true,
"value": "1BF9H7QttI5Hd5j2XtzXUwxVX_wOW8RMK85dPSIxQ3G8",
"mode": "id"
},
"sheetName": {
"__rl": true,
"value": "gid=0",
"mode": "list",
"cachedResultName": "P\u00e1gina1",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1BF9H7QttI5Hd5j2XtzXUwxVX_wOW8RMK85dPSIxQ3G8/edit#gid=0"
},
"options": {}
},
"id": "d56fa39b-21aa-455d-a326-02aac8107ab3",
"name": "Google Sheets",
"type": "n8n-nodes-base.googleSheets",
"typeVersion": 4.2,
"position": [
780,
300
],
"credentials": {
"googleSheetsOAuth2Api": {
"name": "<your credential>"
}
}
},
{
"parameters": {
"fields": {
"values": [
{
"name": "data",
"stringValue": "={{ $json.Data }}"
},
{
"name": "hora",
"stringValue": "={{ $json.Hora }}"
},
{
"name": "row",
"stringValue": "={{ $json.row_number }}"
},
{
"name": "nome",
"stringValue": "={{ $json.Nome }}"
},
{
"name": "Procedimento",
"stringValue": "={{ $json.Procedimento }}"
}
]
},
"options": {}
},
"id": "6980f52a-3812-4bfd-947f-0a2afff91037",
"name": "Edit Fields",
"type": "n8n-nodes-base.set",
"typeVersion": 3.2,
"position": [
1000,
300
]
},
{
"parameters": {},
"id": "76be58a3-3692-4ea1-a402-38040354d66c",
"name": "When clicking \"Test workflow\"",
"type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1,
"position": [
1260,
120
]
}
],
"settings": {
"executionOrder": "v1"
},
"staticData": null,
"tags": [],
"triggerCount": 2,
"updatedAt": "2024-02-14T13:28:46.260Z",
"versionId": "c3f2cd5e-34e3-48f4-a9eb-c94e2b614673"
}
Credentials you'll need
Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.
googleSheetsOAuth2Api
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
getAgenda. Uses executeWorkflowTrigger, googleSheets. Event-driven trigger; 4 nodes.
Source: https://github.com/Katacha1537/n8n-backups/blob/f5da374c62167042d90e54a61035db8b1d0ea35c/workflows/getAgenda.json — 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.
Google Maps Email Scraper Template. Uses removeDuplicates, splitInBatches, httpRequest, splitOut. Event-driven trigger; 26 nodes.
Splitout Comparedatasets. Uses manualTrigger, gong, stickyNote, executeWorkflow. Event-driven trigger; 26 nodes.
Streamline your sales call analysis with CallForge, an automated workflow that extracts, enriches, and refines Gong.io call data for AI-driven insights.
Email Scapper. Uses httpRequest, googleSheets, executeWorkflowTrigger. Event-driven trigger; 26 nodes.
ITHome比賽進程. Uses httpRequest, googleSheets, executeWorkflowTrigger, n8n. Event-driven trigger; 25 nodes.