My first step in automation world

Hello everyone, I’m Yash, 19, starting my automation journey with n8n. In the past 15 days I’ve been practicing workflows and today I built a Gmail → Google Sheets automation that saves incoming email data directly into a sheet. It’s simple but powerful — and I’m excited to grow from here. I’ll keep sharing my progress and also help beginners wherever I can. Feedback is welcome! please help me guiding as you community student

1 Like

hi @Yash_Bhati ,

Welcome to the community! :tada:

Happy flowgramming!

Welcome @Yash_Bhati

Nice to hear you deal with automation field.

I am very eager to read your progress.

Gmail to Sheets is a solid foundation - it teaches you the core pattern of trigger, parse, write. A natural next upgrade is adding an IF node right after the Gmail trigger to filter by sender or subject keyword, so only the emails you care about get logged and your sheet stays clean as volume grows.