Data Processing & Analysis
0633 Form GoogleSheets Create Triggered
0633 Form GoogleSheets Create Triggered
Manual
High
19
Nodes
Manual
Trigger
High
Complexity
7/22/2025
Added
Workflow Overview
Total Nodes
19
Node Types
9
Node Types
google Sheets
Add to Waitlist Sheet, Save Intend to List, Save as Verified
3 nodes
set
Clean and Standardize, Get all Data from the Prev Form + Current, Every Step Data
3 nodes
sticky Note
Sticky Note3, Sticky Note, Sticky Note1, Sticky Note2, Note3
5 nodes
crypto
Generate Random Verification Code
1 node
email Send
Send Verification Email
1 node
form
Validate with Verification Code, Additional Data for the Sheet, Let the User Reenter Code
3 nodes
if
is the Code correct?
1 node
merge
Merge
1 node
form Trigger
Waitlist Form
1 node
Workflow JSON
24.12 KB
{
"name": "0633 Form GoogleSheets Create Triggered",
"nodes": [
{
"id": "4110f060-6945-4c52-9ea0-1dedb9309704",
"name": "Add to Waitlist Sheet",
"type": "n8n-nodes-base.googleSheets",
"position": [
160,
-440
],
"parameters": {
"columns": {
"value": {
"Email": "={{ $json.Email }}",
"Company": "={{ $json['Company Website'] }}",
"Lastname": "={{ $json.Lastname }}",
"Firstname": "={{ $json.Firstname }}",
"Verification-Code": "={{ $json.code }}"
},
"schema": [
{
"id": "Firstname",
"type": "string",
"display": true,
"required": false,
"displayName": "Firstname",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "Lastname",
"type": "string",
"display": tr...Showing first 1000 characters. Click "Expand" to view the full JSON.