This n8n workflow enables teams to automate and standardize multi-step onboarding or messaging workflows using Google Sheets, Forms, Gmail, and dynamic logic powered by Code and Switch nodes. It ensures the right email is sent at the right step, tracks progress in Google Sheets, and handles errors or escalations.
HR and PeopleOps teams managing candidate or employee onboarding processes
Customer success or onboarding teams handling structured, step-based journeys
Any team using Google Sheets as a lightweight CRM or workflow tracker
Coordinating multi-step onboarding or communication flows using spreadsheets and email can quickly become error-prone. This workflow:
Dynamically detects the current step and status from a Google Sheet
Sends the right message at the right time
Updates statuses and creates next steps
Handles errors with escalation logic
Trigger via Form or Manual Execution
Read Google Sheets
Retrieves step definitions and user progress from two sheets:
One for message templates
One for user step/status tracking
Generate Message Table
Determine User Step
A Switch node checks the user’s current step and status.
Logic branches into the correct flow for message sending and verification.
Send Message
Message variables are replaced using a Code node.
Final message is sent via Gmail or another workflow (using Execute Workflow).
Update Sheets
Marks the step as completed or passed.
Creates the next step in the sheet with updated status.
Handle Errors
Connect Google Sheets and Gmail:
Prepare Sheets:
Customize Webform:
Connect to Your Email Templates:
Add More Steps: Expand the Switch logic and template sheet for more steps.
Use Different Channels: Replace Gmail with Slack, Telegram, or another messaging node.
Change Form Fields: Adjust the FormTrigger node to match your onboarding fields.
Custom Error Logic: Customize escalation emails, including admin routing or Slack alerts.
Integrate with Databases: Swap Google Sheets with Airtable, PostgreSQL, or Notion.
This workflow is ideal for automating repetitive, step-based processes involving human communication. It’s modular, extensible, and powered by spreadsheet-driven logic.