Block 1 - Delay - Process Buffer
- Type / Role
- n8n-nodes-base.wait - wait
- Config choices
- Version 1.1
This workflow is provided as-is. Please review and test before using in production.
This n8n workflow automates the collection and processing of trip feedback data using Google Sheets as the backend. When new users are added to the system, they automatically receive feedback forms...
n8n-nodes-base.wait, n8n-nodes-base.formtrigger, n8n-nodes-base.splitinbatches, n8n-nodes-base.googlesheets, n8n-nodes-base.emailsend, n8n-nodes-base.stickynote, n8n-nodes-base.googlesheetstrigger
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Oneclick AI Squad.
Original n8n.io sourceThis n8n workflow automates the collection and processing of trip feedback data using Google Sheets as the backend. When new users are added to the system, they automatically receive feedback forms via email, and all responses are systematically processed and stored in Google Sheets for analysis and record-keeping.
Trigger - New User Entry node detects when a new user is added to the Google Sheets feedback form database.Delay - Process Buffer node introduces a processing delay to ensure data is fully processed before sending notifications, avoiding premature actions.Send Email To That New User node automatically sends a feedback form email to the newly registered user.Trigger - Trip Form Submission node captures the submission.Tack All Feedback Item node iterates over each form submission item to process multiple entries if present, ensuring all feedback data is handled.Update - Trip Feedback Sheet node appends or updates the trip feedback data in the Google Sheets, maintaining an organized record of all responses.Send Email To That New User node to match your branding and feedback requirements.Delay - Process Buffer node based on your system's processing needs.Update - Trip Feedback Sheet node accordingly to match your data organization preferences.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.
| Workflow | Collect & process trip feedback with Google Sheets and email notifications |
|---|---|
| Complexity | intermediate |
| Nodes | 12 |
| Categories | Market Research |
| Author | Oneclick AI Squad |
| Published | 16 Jul 2025 |
Use the JSON export at /data/workflows/6050/6050.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
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.
This n8n workflow automates the collection and processing of trip feedback data using Google Sheets as the backend. When new users are added to the system, they automatically receive feedback forms...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
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.