In this video, I walk you through creating a powerful lead management workflow using n8n! Starting with a Google Form submission, this step-by-step tutorial shows you how to take new leads, automatically send them a personalized welcome message, categorize and tag them by their potential value , and update their status in a Google Sheets database. Finally, we’ll notify the team in Slack with all the essential details about the new lead.
Here is that javascript function I used to format the current Date/Time:
{{ $now.toFormat('MMMM dd, yyyy, h:mm a') }}