Check data accuracy
You're building a small workflow to process new user signups. The workflow generates several user records, each with a name and email address. However, not all emails are valid, some are missing the "@" symbol.
Before these records are sent further into the system, you need to separate the valid emails from the invalid ones so you don't end up creating broken accounts or sending messages to the wrong place. You'll build a validation workflow that filters out invalid email addresses
This exercise is part of the course
Introduction to Workflow Automation with n8n
Hands-on interactive exercise
Turn theory into action with one of our interactive exercises
Start Exercise