← Microsoft 365 & Productivity
Module 4 Free 4 min

Power Automate for Everyone

Teach your apps to do the boring bits: when this happens, do that — automatically.

What you'll learn

  • Explain what a flow, trigger and action are
  • Spot everyday tasks worth automating
  • Know when automation is the wrong answer

Every job has its little repetitive chores: saving the same attachment, nudging someone for an approval, copying a form response into a list. Power Automate is the Microsoft 365 tool that lets you hand those chores to your computer, so they happen on their own. You do not need to be a programmer — if you can describe a task in the words “when this happens, do that,” you can build one.

What a flow is

A flow is a small set of instructions you create once, and then it runs by itself whenever the right moment arrives. Think of it like setting up dominoes: you arrange them once, and after that a single push sends the whole chain falling in order. A flow you build today might quietly run a hundred times next month while you do something more interesting.

Every flow is built from two kinds of pieces: a trigger and one or more actions.

Triggers and actions

The trigger is the “when.” It is the event that wakes the flow up — a new email arrives, a form is submitted, a file is added to a folder, or simply a scheduled time like every Monday at 9am. A flow has exactly one trigger; it is the starting domino.

The actions are the “then.” These are the steps the flow performs once the trigger fires — send a message, save a file, create a row in a list, ask someone to approve something. You can chain several actions together, and you can add conditions like “if the amount is over $500, ask the manager; otherwise approve it automatically.”

Trigger (the "when")New emailarrivesAction 1Save the fileAction 2Notify the team

One trigger starts the chain; the actions run in order, every time.

Everyday examples

You do not need grand ambitions for Power Automate to earn its keep. A few flows people set up all the time:

  • Approvals. A request comes in, and the flow automatically emails the right manager with Approve and Reject buttons, then records the decision. No more “did you ever sign off on that?”
  • Email to list. When a customer fills in a form or sends an enquiry, the flow drops the details straight into a tracking list or spreadsheet, so nothing slips through.
  • Notifications. When a document in an important folder changes, or a deadline approaches, the flow pings you or your team in Teams.
  • Save attachments. When an invoice arrives by email, the flow files the attachment into the right SharePoint folder automatically.

Templates: don’t start from scratch

You almost never have to build a flow from a blank page. Power Automate offers a gallery of templates — ready-made flows for the most common jobs, like “save email attachments to OneDrive” or “get approval for new items.” You pick one that is close to what you want, plug in your own details, and you are done in minutes. Starting from a template and tweaking it is far faster, and far less error-prone, than wiring everything by hand.

Rule of thumb: automate the boring, repetitive and rules-based; keep the judgement calls human.

Spot it: Trigger or action?

Read each phrase and decide for yourself, then tap a card to flip it and check your answer.

Sort the flow building blocks

Drag each item into the bucket it belongs to — or tap an item, then tap a bucket. Hit Check placement when you’re done.

Trigger (the "when")Starts the flow
Action (the "then")Steps in the flow

Tip: drag with a mouse, or tap an item then tap a bucket on touch screens. Get one wrong and the answer key appears.

When NOT to automate

Automation is a power tool, and like any power tool it can do damage quickly. Skip it when the task needs real human judgement — deciding whether to fire someone or how to word a delicate apology is not a flow. Skip it when the task happens rarely; spending an afternoon automating something you do twice a year is a poor trade. And be careful automating anything that sends messages to customers or moves money, because a flow makes a mistake at full speed and repeats it tirelessly. A good flow does a dull, predictable task; a risky flow makes important decisions without a person watching.

How to use it

When you notice yourself doing the same clicks for the third time this week, ask “could a flow do this?” Browse the templates first and see if one is close. Describe what you want in trigger-and-action language: “when a form is submitted, add a row to the spreadsheet and notify the team.” Before you switch a flow on for real work, test it on a few harmless examples. Useful phrases at work: “This is repetitive — is it a candidate for Power Automate?” “Let’s start from a template and adjust it.” “Should a person review this step, or is it safe to fully automate?” Asking those questions saves hours and keeps the risky bits in human hands.

Quick check

1. In a flow, the trigger is…

2. The fastest way to build a common flow is usually to…

3. Which task is the worst fit for automation?