AutomationFlowsData & Sheets › Google Sheets Event to Drive with If

Google Sheets Event to Drive with If

Original n8n title: Flujo Con If

Flujo con If. Uses googleSheets, googleDrive. Event-driven trigger; 4 nodes.

Event trigger★★☆☆☆ complexity4 nodesGoogle SheetsGoogle Drive
Data & Sheets Trigger: Event Nodes: 4 Complexity: ★★☆☆☆ Added:

This workflow follows the Google Drive → 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 →

Download .json
{
  "name": "Flujo con If",
  "nodes": [
    {
      "parameters": {},
      "id": "669bc277-511a-4dbb-b570-923054b80f9d",
      "name": "When clicking \u2018Test workflow\u2019",
      "type": "n8n-nodes-base.manualTrigger",
      "typeVersion": 1,
      "position": [
        380,
        140
      ]
    },
    {
      "parameters": {
        "resource": "spreadsheet",
        "options": {}
      },
      "id": "4f83a283-4404-4032-947f-22c5bb1da433",
      "name": "Google Sheets",
      "type": "n8n-nodes-base.googleSheets",
      "typeVersion": 4.5,
      "position": [
        840,
        20
      ],
      "credentials": {
        "googleSheetsOAuth2Api": {
          "name": "<your credential>"
        }
      }
    },
    {
      "parameters": {
        "resource": "folder",
        "driveId": {
          "__rl": true,
          "mode": "list",
          "value": "My Drive"
        },
        "folderId": {
          "__rl": true,
          "mode": "list",
          "value": "root",
          "cachedResultName": "/ (Root folder)"
        },
        "options": {}
      },
      "id": "988328d1-512a-4c4f-9970-c9ab3c1eacf7",
      "name": "Google Drive",
      "type": "n8n-nodes-base.googleDrive",
      "typeVersion": 3,
      "position": [
        840,
        240
      ],
      "credentials": {
        "googleDriveOAuth2Api": {
          "name": "<your credential>"
        }
      }
    },
    {
      "parameters": {
        "conditions": {
          "options": {
            "caseSensitive": true,
            "leftValue": "",
            "typeValidation": "strict",
            "version": 2
          },
          "conditions": [
            {
              "id": "35835667-9e93-4399-bbf4-07bc333155a9",
              "leftValue": "",
              "rightValue": "",
              "operator": {
                "type": "string",
                "operation": "equals",
                "name": "filter.operator.equals"
              }
            }
          ],
          "combinator": "and"
        },
        "options": {}
      },
      "id": "1aa19697-88a2-4df4-8667-012013aff534",
      "name": "If",
      "type": "n8n-nodes-base.if",
      "typeVersion": 2.2,
      "position": [
        560,
        140
      ]
    }
  ],
  "connections": {
    "When clicking \u2018Test workflow\u2019": {
      "main": [
        [
          {
            "node": "If",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "If": {
      "main": [
        [
          {
            "node": "Google Sheets",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Google Drive",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "active": false,
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "1d49676f-a66f-4cb4-9e0d-8c2b5a0874f6",
  "meta": {
    "templateCredsSetupCompleted": true
  },
  "id": "XZTSFmgeUX3oMoCz",
  "tags": []
}

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.

Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

Flujo con If. Uses googleSheets, googleDrive. Event-driven trigger; 4 nodes.

Source: https://github.com/lawlete/Automatizaciones-con-n8n/blob/03efa6ba64b54961a0e0fc1961229c82c645e995/Flujo_con_If.json — original creator credit. Request a take-down →

More Data & Sheets workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

Data & Sheets

This workflow contains community nodes that are only compatible with the self-hosted version of n8n. Monitors Google Drive for new driver license image uploads Downloads and processes images using VLM

@Vlm Run/N8N Nodes Vlmrun, Google Drive Trigger, Google Sheets +1
Data & Sheets

Automatically process healthcare claims into structured Google Sheets entries with VLM Run extraction Monitors Google Drive for new files in a target folder Downloads the file inside n8n for processin

@Vlm Run/N8N Nodes Vlmrun, Google Sheets, Google Drive +1
Data & Sheets

Automatically process Construction Blueprints into structured Google Sheets entries with VLM extraction

@Vlm Run/N8N Nodes Vlmrun, Google Sheets, Google Drive +1
Data & Sheets

Process Physician Orders into Google Sheets with VLM Run AI Extraction

@Vlm Run/N8N Nodes Vlmrun, Google Sheets, Google Drive +1
Data & Sheets

PCN. Uses googleSheets, httpRequest, @n-octo-n/n8n-nodes-json-database, itemLists. Event-driven trigger; 60 nodes.

Google Sheets, HTTP Request, @N Octo N/N8N Nodes Json Database +3