← All missions
Beginner· 40 minutes·3 objectivesEarly Access

Automate Your First Workflow with n8n

Right now every new lead, sign up, or task probably means you copying information by hand from one app to another. This mission gets n8n running on your own hosted server and walks you through building a real workflow from scratch. You'll wire up a form that captures submissions, log them straight to a spreadsheet, split them by category, and have your inbox update automatically the moment something new comes in. No prior automation experience needed. By the end you'll have a live n8n workflow doing work you used to do by hand.

Who this is for: Anyone who wants to stop manually copying information between apps and let n8n handle it instead.

By the end, you'll have:

  • n8n up and running on your own hosted server, ready to build in
  • A form trigger that captures real submissions with multiple field types
  • Those submissions logged automatically to a live Google Sheet
  • A filter and a switch splitting submissions into separate paths based on their content
  • Automatic notifications sent out the moment a new submission comes in

What you'll learn:

  • How triggers and actions fit together to make a workflow run on its own
  • How to host n8n on your own server instead of paying for the cloud plan
  • How to connect real accounts like Google Sheets and Gmail using credentials
  • How to filter and split a workflow so different submissions take different paths
  • How to test each step before turning the whole workflow loose

The journey

3 objectives. One real outcome.

1

Objective 1

Get n8n Running and Find Your Way Around

Get n8n hosted and running on your own server, then take a tour of the dashboard so you know where workflows, credentials, and run history live.

Objective 2

Build Your Trigger and Log Real Submissions

Build a form trigger with several field types, then connect it to a Google Sheet so every submission gets logged automatically.

Objective 3

Split the Workflow and Notify Everyone Automatically

Add a filter and a switch to route submissions by category, connect a destination for each path, then send automatic confirmation and notification emails.

Frequently asked questions

Do I need to know how to code for this?

No. Every step happens by connecting blocks in n8n's visual editor, no code required.

Do I have to pay for n8n?

No. Hosting it yourself on a small server costs a few dollars a month, and n8n itself has no separate charge.

What if I do not have a Google account set up yet?

Any Google account works. You will connect it inside n8n with a few clicks, no separate setup needed.

Can I use this same workflow for something other than a form?

Yes. Once you understand triggers and actions, you can swap the form for almost anything, an email, a new row, a schedule.

What if a step does not work the way I expect?

n8n lets you test one step at a time and see exactly what data came through, so you can catch and fix problems before they reach the whole workflow.