Data Processing & Analysis
0635 GoogleSheets Webflow Create Triggered
0635 GoogleSheets Webflow Create Triggered
Manual
Medium
7
Nodes
Manual
Trigger
Medium
Complexity
7/22/2025
Added
Workflow Overview
Total Nodes
7
Node Types
4
Node Types
code
Prepare Fields
1 node
sticky Note
Sticky Note1, Sticky Note2, Sticky Note3, Sticky Note4
4 nodes
webflow Trigger
On Form Submission
1 node
google Sheets
Append New Row
1 node
Workflow JSON
6.04 KB
{
"name": "0635 GoogleSheets Webflow Create Triggered",
"nodes": [
{
"id": "096a8e0c-8f72-40fb-aa1e-118fb33a3916",
"name": "Prepare Fields",
"type": "n8n-nodes-base.code",
"position": [
1740,
860
],
"parameters": {
"jsCode": "const formData = $input.all()[0].json.payload.data\nconst Date = $input.all()[0].json.payload.submittedAt || new Date()\n\nreturn {\n ...formData, // creates a new field for every element inside formData\n Date\n}\n\n \n"
},
"notesInFlow": false,
"typeVersion": 2
},
{
"id": "c98bb655-aa79-447f-897d-56ba9640073b",
"name": "Sticky Note1",
"type": "n8n-nodes-base.stickyNote",
"position": [
1660,
780
],
"parameters": {
"color": 2,
"width": 270,
"height": 250,
"content": "1 line of code to take the data object (adding date as a plus)"
},
"typeVersion": 1
},
{
"id": ...Showing first 1000 characters. Click "Expand" to view the full JSON.