Automate Webflow Form Submissions to Google Sheets
detail.loadingPreview
Seamlessly capture Webflow form submissions and automatically append them to your Google Sheets in real-time. This workflow streamlines data collection and ensures no submission is missed.
About This Workflow
This n8n workflow automates the process of capturing data submitted through a Webflow form and securely storing it in a Google Sheet. It leverages the Webflow trigger to detect new form submissions, processes the incoming data using a simple code node to prepare it for insertion (including adding a submission timestamp), and then appends it as a new row to a specified Google Sheet. This solution is ideal for anyone looking to centralize their lead generation or contact form data without manual intervention, ensuring efficient data management and analysis.
Key Features
- Real-time Data Capture: Automatically records every Webflow form submission as it happens.
- Effortless Data Preparation: A single line of code prepares form data and adds a submission date.
- Google Sheets Integration: Appends submitted data directly to your specified Google Sheet.
- Dynamic Column Creation: Automatically creates column headers if the sheet is empty.
How To Use
- Set up Webflow Trigger: Connect your Webflow account and select the specific form to monitor.
- Configure Prepare Fields Node: Ensure the code within this node correctly maps your form fields to be processed. The default setup includes adding a submission date.
- Connect Google Sheets Node: Authenticate your Google account and select the target Google Sheet and worksheet.
- Map Fields: Configure the Google Sheets node to map the prepared data fields (e.g., Name, Email, Message) to the correct columns in your sheet. Use expressions like
={{ $json.data.Name }}. - Enable Legacy API (if applicable): For self-hosted n8n users, refer to the provided sticky note for instructions on obtaining and configuring Webflow API credentials.
- Activate Workflow: Save and activate the n8n workflow to start automatically populating your Google Sheet.
Apps Used
Workflow JSON
{
"id": "60f6f69c-5dfc-4830-9bb0-da96370315d4",
"name": "Automate Webflow Form Submissions to Google Sheets",
"nodes": 9,
"category": "Operations",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: 60f6f69c-5dfc...
About the Author
DevOps_Master_X
Infrastructure Expert
Specializing in CI/CD pipelines, Docker, and Kubernetes automations.
Statistics
Related Workflows
Discover more workflows you might like
Universal CSV to JSON API Converter
Effortlessly transform CSV data into structured JSON with this versatile n8n workflow. Integrate it into any application as a custom API endpoint, supporting various input methods including file uploads and raw text.
Instant WooCommerce Order Notifications via Telegram
When a new order is placed on your WooCommerce store, instantly receive detailed notifications directly to your Telegram chat. Stay on top of your e-commerce operations with real-time alerts, including order specifics and a direct link to view the order.
On-Demand Microsoft SQL Query Execution
This workflow allows you to manually trigger and execute any SQL query against your Microsoft SQL Server database. Perfect for ad-hoc data lookups, administrative tasks, or quick tests, giving you direct control over your database operations.