Route Form Submissions by Company Type
Your startup receives inbound leads from a web form. Each submission includes a company_type field that can be: ideal_customer, high_value, low_value, or none.
Not every submission deserves the same treatment — high-value prospects need immediate attention, while low-value leads can be nurtured automatically.
What you'll practice:
- Switch node for multi-path routing
- Google Sheets integration
- Slack notifications
- Handling "no match" cases
Login to see the exercise
Create an account to access challenges and track your progress.
Log in to see exerciseRelated Content
Continue your learning journey with these related challenges and guides:
Learn how to filter products by multiple conditions in n8n. Practice using the Filter node to keep only items that match specific criteria.
Learn how to sort workflow items in n8n using the Sort node. Practice sorting by multiple fields in ascending and descending order.
Learn how to split nested arrays into individual items in n8n using the Split Out node. Practice filtering data after splitting.