Beacon 25 of 30โ–พ
83% complete
๐Ÿ  Home ๐Ÿ“‹ Prerequisites
๐Ÿš€ Intro
1Welcome aboard 2How to talk to AI 3Pick your companion
๐Ÿ“ Text & Communication
4Write it better 5Lost in translation? 6Tell your story 7Research like a pro 8Fact or fiction? 9Summarize the world
๐ŸŽจ Image Creation
10Paint with words 11Make it yours 12Design without designer 13Edit like magic 14Style explorer
๐ŸŽฌ Video & Audio
15Your voice, amplified 16Music from nothing 17Caption it 18Moving pictures 19Your AI podcast
๐Ÿ’ป Productivity
20Plan your week 21Tame the spreadsheet 22Never forget a meeting 23Your personal assistant 24Presentations, effortlessly
๐Ÿค– Advanced Tools
25Automate the boring stuff 26Build without code 27AI agents unleashed 28Your custom chatbot 29Connect the dots
๐Ÿ Closing
30Who are you now?
๐Ÿค– Advanced Tools
Beacon 25

Automate the
Boring Stuff

"The most valuable skill isn't doing the work โ€” it's deciding what not to do yourself."

๐ŸŽฏ What you'll learn

In this Beacon, you'll discover what automation actually means โ€” and build your first one.

You'll use a tool called Make.com to create a simple "if this happens, do that" rule โ€” without writing a single line of code.

By the end, you'll have your very first automated workflow running in the real world.

๐Ÿ› ๏ธ Meet the tool

Make.com is a visual automation platform. Instead of writing code, you drag and drop blocks to connect apps and create rules.

The idea is simple: when something happens in one place, Make does something in another place โ€” automatically.

For example:

  • When you receive an email with an attachment โ†’ save it to Google Drive
  • When a new row is added to a spreadsheet โ†’ send yourself a reminder
  • When you fill out a form โ†’ get a notification on your phone

Make.com works with thousands of apps. Today you'll use Google services โ€” because you already have a Gmail account.

๐Ÿ”— Go to: https://www.make.com and click Get started free.

On the sign-up page, click Sign up with Google and follow the steps โ€” you'll enter your name and country, then click Sign up for free.

Make will then ask you a few questions about yourself โ€” just pick the options that feel right and continue. At the end, click Get started.

โš™๏ธ What is a scenario?

In Make.com, your automation is called a scenario.

A scenario has two parts:

Trigger โ€” the thing that starts the automation.

Example: "A new row is added to my Google Sheet."

Action โ€” what happens as a result.

Example: "Send me an email."

That's it. Trigger โ†’ Action. If this, then that.

Every time the trigger fires, Make runs the action automatically โ€” even if you're not at your computer.

๐Ÿ“ฆ How Make.com counts usage

Make.com's free plan gives you 1,000 credits per month.

A credit is one module action in your scenario. So a trigger + one action = 2 credits per run.

For a simple automation that runs once a day, 1,000 credits is plenty of room to explore.

You also get 2 active scenarios on the free plan โ€” more than enough to get started.

๐Ÿงช Try it now

You're going to build a real automation. When you add a row to a Google Sheet, Make will send you a confirmation email.

1
Set up your Google Sheet

Open Google Sheets (sheets.google.com) and create a new blank spreadsheet. Name it "My Automation Test".

In the first row, add these column headers:

Task | Status | Date

Leave it open โ€” you'll come back to it.

2
Build your scenario in Make
  1. Go to https://www.make.com, sign in, and click + Create scenario in the top right corner
  2. A tips window may appear โ€” just click Next and then close it to continue
  3. Click the large + circle in the middle of the screen
  4. Search for Google Sheets and select it
  5. Choose the trigger: Watch New Rows โ€” don't worry if you see a small "Acid" badge next to it, that's normal
  6. Under Connection, your Google account should appear automatically. If not, click Add and sign in with Google
  7. An permission screen will appear โ€” tick both checkboxes (Google Drive + Google Sheets) or click Select all, then click Continue. This is important โ€” without it, Make can't find your spreadsheet.
  8. Back in the Google Sheets settings, click Click here to choose file under Spreadsheet ID and select My Automation Test. Under Sheet Name, select or type Sheet1, then click Save
  9. A "Choose where to start" window appears โ€” select All and click Save
  10. Click the small + button to the right of the Google Sheets block, then click Add module
  11. Search for Gmail and select Send an email
  12. Under Connection, your Google account should appear automatically. If not, click Add and sign in with Google
  13. Fill in:

- To: click + Add recipient and enter your Gmail address

- Subject: New row added to my sheet!

- Content: A new task was just added.

  1. Click Save
  2. Click Run once (bottom left), then switch to your Google Sheet and add a new row: Buy groceries | Pending | Today
  3. Check your inbox โ€” the email should arrive within a minute! ๐Ÿ“ฌ

Screens and menus may look slightly different โ€” that's normal. Just explore and you'll find your way. ๐Ÿ˜Š

👀 What to notice

After the scenario runs, look at the two blocks on the canvas. Each one now shows a green checkmark and a small โœ“1 badge at the top โ€” that means one item passed through each step successfully.

Click on either badge to see exactly what data Make processed.

That's the moment it clicks: Make didn't just run your code โ€” it read a real row from a real spreadsheet and sent a real email. You built something that works.

๐Ÿ’ก Good to know

Make runs on a schedule, not instantly.

On the free plan, your scenario checks for new rows every 15 minutes when running automatically. The Run once button bypasses this โ€” great for testing.

You may see a reauthorization notice.

Sometimes Make shows a yellow warning saying you need to reauthorize your connection by a certain date. This is normal โ€” just follow the link if it appears.

You can turn scenarios on and off.

The toggle in the scenario view switches it between active and paused. Active means it runs automatically every 15 minutes. Paused means it waits.

Two active scenarios is plenty for learning.

The free plan allows 2 running at the same time. You can build more โ€” just keep only 2 turned on.

Automation isn't just for tech people.

The whole point of Make is that anyone can build workflows. If you can describe a rule in plain English โ€” "when this happens, do that" โ€” you can build it here.

โœ… Beacon complete

You just built your first real automation. No code. No IT department. Just a trigger, an action, and a rule that works while you sleep.

Up next โ†’ Beacon 26: Build without code

You'll use an AI tool called Lovable to create a simple app โ€” just by describing what you want. Yes, really.

No rush. Come back whenever you're ready. 🙂

โ† Beacon 24 Beacon 26 โ†’