Pick a depth. Each prompt opens in your AI pre-loaded with the lesson. Click a row to preview the prompt.
A row appearing in a spreadsheet nobody is watching is a filing system, not a business improvement. The moment your flow also pings a human — a Slack message or an email the second a lead arrives — it starts changing behavior: sales teams that respond to leads within minutes convert dramatically better than teams that respond the next day, which is why 'instant lead alert' is one of the most commonly sold small automations. Technically this lesson crosses a real threshold too: your flow goes from one action to two, and multi-action flows are where automation earns its keep — one trigger fanning out into a row, an alert, a CRM entry, an autoresponder. The craft skill here is message composition from mapped fields: writing one template that reads like a human wrote it, no matter whose data flows through.
Extend the flow with a fourth step after the Sheets row: the Slack app, event 'Send Channel Message' (connect Slack via its OAuth screen, just like Google). Pick a channel — make a fresh one called #leads so alerts do not drown in chatter. Now compose the message by mixing typed text with mapped fields. Here is the actual template to type, with curly braces standing in for the fields you insert from earlier steps: 'New lead: {First Name} {Last Name} ({Email}). Company guess: {Company Guess}. They wrote: "{Message}". Logged to the Leads sheet.' When Marco's submission runs through, Slack posts: 'New lead: Marco Rossi (marco@rossicatering.it). Company guess: rossicatering.it. They wrote: "need help with invoices". Logged to the Leads sheet.' Two composition habits worth copying: put the person's name first so the alert is scannable on a phone lock screen, and quote the free-text message verbatim so the reader gets context without opening the sheet.
No Slack workspace? Use email instead — Gmail's 'Send Email' action with your own address as the recipient and subject 'New lead: {First Name} {Last Name}' behaves identically for this exercise. One ordering decision matters and will come up in client work: put the notification after the Sheets row, not before. If the row-write fails, you will not have announced a lead that was never recorded; the sheet is your system of record and the ping is just its messenger. Run one live submission end to end and enjoy the small dopamine hit of your phone buzzing because a form was filled.