What Is Power Automate?
Learn the basic idea of automation using three simple concepts: trigger, action, and flow.
Simple explanation
- Trigger: something happens, such as a new email arriving.
- Action: Power Automate does something, such as saving a file.
- Flow: the full automation from trigger to actions.
Example
When a new email arrives with an attachment โ save the attachment to OneDrive for Business.
Power Automate is not about learning every connector. It is about solving one repetitive task at a time.
Before You Start
Make sure you have the right access and a test email ready before building the flow.
Participant checklist
- Open Power Automate at make.powerautomate.com.
- Use your work account.
- Make sure Outlook and OneDrive for Business are available.
- Create or confirm a OneDrive folder called Email Attachments.
- Prepare one test email with a small attachment.
Test email idea
Subject: Power Automate Test
Attachment: any small PDF, Excel, or image file
Improve the Flow
Add a simple filter or condition so the automation saves only the attachments you actually care about.
Choose one improvement
- Only save PDFs: check whether Attachment Name ends with .pdf.
- Only save invoice emails: filter email subject containing Invoice.
- Save by sender: create or use a folder based on who sent the email.
Example condition
If Attachment Name ends with .pdf โ Create file in OneDrive
Otherwise โ Do nothing
Automation becomes more useful when you add simple rules that match how you actually work.