Back to Templates
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 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.