{
  "name": "Project1: Form to Google Sheet",
  "nodes": [
    {
      "parameters": {
        "formTitle": "Request",
        "formDescription": "Send us a request",
        "formFields": {
          "values": [
            {
              "fieldLabel": "Name",
              "placeholder": "Name"
            },
            {
              "fieldLabel": "Email",
              "fieldType": "email",
              "placeholder": "email"
            },
            {
              "fieldLabel": "Request",
              "fieldType": "textarea",
              "placeholder": "Request"
            }
          ]
        },
        "options": {}
      },
      "type": "n8n-nodes-base.formTrigger",
      "typeVersion": 2.2,
      "position": [
        0,
        0
      ],
      "id": "8bc46173-94f8-4d17-85da-5c41b1c6b5de",
      "name": "On form submission",
      "webhookId": "26519610-9280-43b4-a2c0-eb241582b703"
    },
    {
      "parameters": {
        "operation": "append",
        "documentId": {
          "__rl": true,
          "value": "1twSIlaeuRvDn4DW9Y-Cgp4dbpHgs97uWjSinwmnmwI4",
          "mode": "list",
          "cachedResultName": "requests",
          "cachedResultUrl": "https://docs.google.com/spreadsheets/d/1twSIlaeuRvDn4DW9Y-Cgp4dbpHgs97uWjSinwmnmwI4/edit?usp=drivesdk"
        },
        "sheetName": {
          "__rl": true,
          "value": "gid=0",
          "mode": "list",
          "cachedResultName": "Sheet1",
          "cachedResultUrl": "https://docs.google.com/spreadsheets/d/1twSIlaeuRvDn4DW9Y-Cgp4dbpHgs97uWjSinwmnmwI4/edit#gid=0"
        },
        "columns": {
          "mappingMode": "defineBelow",
          "value": {
            "Name": "={{ $json.Name }}",
            "Email": "={{ $json.Email }}",
            "request": "={{ $json.Request }}"
          },
          "matchingColumns": [],
          "schema": [
            {
              "id": "Name",
              "displayName": "Name",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true
            },
            {
              "id": "Email",
              "displayName": "Email",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true
            },
            {
              "id": "request",
              "displayName": "request",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true
            }
          ],
          "attemptToConvertTypes": false,
          "convertFieldsToString": false
        },
        "options": {}
      },
      "type": "n8n-nodes-base.googleSheets",
      "typeVersion": 4.7,
      "position": [
        208,
        0
      ],
      "id": "d14dcb17-f89c-4935-88e1-cb794a164815",
      "name": "Append row in sheet",
      "credentials": {
        "googleSheetsOAuth2Api": {
          "id": "1XXYP3XNzmzEe6zV",
          "name": "Google Sheets account 2"
        }
      }
    }
  ],
  "pinData": {},
  "connections": {
    "On form submission": {
      "main": [
        [
          {
            "node": "Append row in sheet",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "active": true,
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "2a3d1a49-bdfb-4b9d-9efb-93edd5b4d669",
  "meta": {
    "templateCredsSetupCompleted": true,
    "instanceId": "281c34c03b9c41f054c536eeb966e9e503918cf7f00e3bc32a5ff9cca85ca255"
  },
  "id": "HSoVAuewsfHPiln8",
  "tags": []
}