Your first automation — set it once, run it forever.
You repeat the same small tasks every week — copying, notifying, filing. This lesson turns one of them into an automation that runs itself: you'll learn to see work as triggers and actions, pick a task worth automating, and build your first one connecting two apps. No code.
The mental model
An automation is just "when X happens, do Y" — set up once, run forever, no hands.
Every automation is a trigger and an action. A trigger starts it (a form is submitted, an email arrives, it's 8am). An action happens as a result (add a row, send a message, file a document). See your work as triggers and actions and you'll spot automations everywhere.
Step 01 · Worth automating?
Good candidates are repetitive, rule-based, frequent, and have a clear trigger. Tap each task — is it a strong first automation, or better left to a human?
Step 02 · Say it as WHEN → DO
Write your task in that exact shape before you build. Pick a trigger and an action — the automation sentence assembles below:
Your challenge: automate one daily task
- Write it as a single "WHEN X, DO Y" sentence.
- Pick a no-code tool and connect the two apps.
- Build the trigger and the action; map the fields.
- Run it once with real data and watch it work.
Lesson complete
You can see any task as a trigger and an action, judge whether it's worth automating, write it as a WHEN-DO sentence, build a one-step automation with a no-code tool, and test it safely.
Lesson 2 · Multi-step automations with AI in the middle