Being expressive
The Acme Events team collects attendee details through online forms, but the data often includes messy capitalization. Standardizing now means names and emails will match when you merge this data with registration records later.
You'll build a workflow from scratch: add an n8n Form trigger to collect name and email, then add an Edit Fields (Set) node that references those fields with expressions and applies .toLowerCase() so the output is clean and consistent.
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