Streamline data from an n8n form into Google Sheet and Airtable

Streamline data from an n8n form into Google Sheet and Airtable

Manual
High
10
Nodes
Manual
Trigger
High
Complexity
7/22/2025
Added

Workflow Overview

Total Nodes
10
Node Types
7

Node Types

form Trigger
n8n Form Trigger
1 node
code
Extracting Date and Time Fields from 'submittedAt' Field
1 node
set
Format the Fields
1 node
airtable
Airtable
1 node
sticky Note
Sticky Note, Sticky Note1, Sticky Note2
3 nodes
google Sheets
Google Sheets
1 node
gmail
Gmail, Gmail1
2 nodes

Workflow JSON

13.87 KB
{
  "id": "g25bM3Hj71T3ZVVe",
  "meta": {
    "instanceId": "21754f977ce20b07e6fe64be3fbc663f6e6f730423d6e46c6cd2bf5b5e70a383"
  },
  "name": "Streamline data from an n8n form into Google Sheet and Airtable",
  "tags": [],
  "nodes": [
    {
      "id": "32bd3bcb-7de7-4ca3-ba31-897e90f663b1",
      "name": "n8n Form Trigger",
      "type": "n8n-nodes-base.formTrigger",
      "position": [
        720,
        -400
      ],
      "webhookId": "c07c8eb6-cf56-4941-91cc-e3cb31c90b5c",
      "parameters": {
        "path": "c07c8eb6-cf56-4941-91cc-e3cb31c90b5c",
        "options": {},
        "formTitle": "Data Colleacation",
        "formFields": {
          "values": [
            {
              "fieldLabel": "What's your name ?",
              "requiredField": true
            },
            {
              "fieldLabel": "Where do you live ?",
              "requiredField": true
            },
            {
              "fieldLabel": "Your Email ?",
              "requiredField": true
...

Showing first 1000 characters. Click "Expand" to view the full JSON.