Skip to main content

Collect & store restaurant customer feedback with Google Sheets and email forms

Workflow preview

Workflow preview
100%
Collect & store restaurant customer feedback with Google Sheets and email forms preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

This n8n template demonstrates how to create an automated customer feedback collection system for restaurants. The workflow triggers when new customer emails are added to an Excel sheet, automatica...

Best for

  • Market Research automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

n8n-nodes-base.googlesheetstrigger, n8n-nodes-base.code, n8n-nodes-base.emailsend, n8n-nodes-base.formtrigger, n8n-nodes-base.wait, n8n-nodes-base.googlesheets, n8n-nodes-base.stickynote

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Oneclick AI Squad.

Original n8n.io source

1.1 Workflow description

Title
Collect & store restaurant customer feedback with Google Sheets and email forms
Workflow name
Collect & store restaurant customer feedback with Google Sheets and email forms

This n8n template demonstrates how to create an automated customer feedback collection system for restaurants. The workflow triggers when new customer emails are added to an Excel sheet, automatically sends personalized feedback forms, and stores all responses in a separate Excel tracking sheet. Perfect for restaurants wanting to systematically gather customer insights and improve service quality.

Good to know

  • Each feedback form is personalized with the customer's name and email
  • All responses are automatically timestamped and organized in Excel sheets
  • The system handles form validation and ensures complete data capture
  • Email notifications keep your team updated on new feedback submissions

How it works

Email Distribution Workflow

  • New customer entries are detected in Excel Sheet-1 (customer database) containing customer names and email addresses
  • The system automatically generates personalized feedback forms for each new customer
  • Customized feedback emails are sent with embedded forms tailored to restaurant experience evaluation
  • Wait nodes ensure proper processing timing before sending emails

Feedback Collection Workflow

  • Customer form submissions trigger the data collection process
  • All feedback responses are captured including ratings, comments, and contact information
  • Data is automatically appended to Excel Sheet-2 (feedback responses) with complete timestamps
  • The system handles multiple concurrent submissions without data loss

Excel Sheet Structure

Sheet-1 (Customer Database)

  • Name - Customer's full name
  • Email - Customer's email address for form distribution

Sheet-2 (Feedback Responses)

  • Timestamp - Date and time of form submission
  • Name - Customer's full name
  • E-Mail - Customer's email address
  • Contact Number - Customer's phone number
  • How was the cleanliness of the dining area? - Cleanliness rating/feedback
  • Did you like the taste of the food? - Food taste evaluation
  • What dish did you enjoy the most? - Favorite dish identification
  • Was your order accurate and timely? - Service accuracy rating
  • Was our staff polite and helpful? - Staff service evaluation
  • Was the food presentation appealing? - Food presentation rating
  • How would you rate your overall dining experience? - Overall experience score
  • Any additional comments or suggestions? - Open-ended feedback field

How to use

  • Import the workflow into your n8n instance and configure Excel integration
  • Set up Sheet-1 with customer names and emails for feedback distribution
  • Configure the feedback form with your restaurant's specific questions and branding
  • Add new customer entries to Sheet-1 to automatically trigger feedback emails
  • Monitor Sheet-2 for incoming responses and analyze customer satisfaction trends
  • The system scales automatically with your customer database growth

Requirements

  • Google Sheets account for data storage and management
  • Email service integration (Gmail, SMTP, or similar)
  • n8n instance with Google Sheets and email connectors

Customising this workflow

  • Customer feedback automation can be adapted for different restaurant types and service models
  • Try popular use-cases such as post-dining follow-ups, seasonal menu feedback, or special event evaluations
  • The workflow can be extended to include automated response analysis, sentiment scoring, and management dashboard integration

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - Google Sheets Trigger: New Feedback Entry

Type / Role
n8n-nodes-base.googleSheetsTrigger - googleSheetsTrigger
Config choices
Version 1

Block 2 - Wait for All Data (Code)

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 3 - Send Email: Notify Team About Feedback

Type / Role
n8n-nodes-base.emailSend - emailSend
Config choices
Version 2.1

Block 4 - Trigger: Form Submitted

Type / Role
n8n-nodes-base.formTrigger - formTrigger
Config choices
Version 2.2

Block 5 - Wait: Pause Before Processing

Type / Role
n8n-nodes-base.wait - wait
Config choices
Version 1.1

Block 6 - Append or Update Row in Google Sheet

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.5

Block 7 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

3. Summary Table

Workflow Collect & store restaurant customer feedback with Google Sheets and email forms
Complexity intermediate
Nodes 7
Categories Market Research
Author Oneclick AI Squad
Published 10 Jul 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/5848/5848.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Collect & store restaurant customer feedback with Google Sheets and email forms do?

This n8n template demonstrates how to create an automated customer feedback collection system for restaurants. The workflow triggers when new customer emails are added to an Excel sheet, automatica...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Market Research use case.