🔒 Guided

Pre-launch preview. Authorised access only.

Incorrect code

Guided by A Guide to Cloud
Explore AB-900 AI-901
Guided PL-900 Domain 4
Domain 4 — Module 1 of 6 17%
17 of 26 overall

PL-900 Study Guide

Domain 1: Business Value of Microsoft Power Platform

  • Welcome to Power Platform Free
  • Connectors & Dataverse: Your Data Foundation Free
  • Copilot & AI in Power Platform Free
  • Power FX: Formulas, Not Code Free
  • Power Platform + Microsoft 365: Better Together Free

Domain 2: Manage the Microsoft Power Platform Environment

  • What is Dataverse?
  • Tables, Columns, and Relationships
  • Building Tables with Copilot and Data Management
  • Environments and Security
  • Admin Centers and Governance

Domain 3: Demonstrate the Capabilities of Power Apps

  • Canvas Apps: Pixel-Perfect Apps from Scratch
  • Model-Driven Apps: Data-First Design
  • Connecting to Data Sources
  • Controls, Responsive Design, and Copilot
  • Sharing Canvas Apps
  • Building and Sharing Model-Driven Apps

Domain 4: Demonstrate the Capabilities of Power Automate

  • Cloud Flows: Automate Without Code
  • Desktop Flows and Process Mining
  • Approvals and Business Scenarios
  • Loops and Branching in Cloud Flows
  • Building a Cloud Flow
  • Testing and Sharing Cloud Flows

Domain 5: Demonstrate the Capabilities of Power Pages

  • Power Pages: External Websites Made Easy
  • Power Pages Security
  • Design Studio and Building Pages
  • Components, Themes, and Publishing

PL-900 Study Guide

Domain 1: Business Value of Microsoft Power Platform

  • Welcome to Power Platform Free
  • Connectors & Dataverse: Your Data Foundation Free
  • Copilot & AI in Power Platform Free
  • Power FX: Formulas, Not Code Free
  • Power Platform + Microsoft 365: Better Together Free

Domain 2: Manage the Microsoft Power Platform Environment

  • What is Dataverse?
  • Tables, Columns, and Relationships
  • Building Tables with Copilot and Data Management
  • Environments and Security
  • Admin Centers and Governance

Domain 3: Demonstrate the Capabilities of Power Apps

  • Canvas Apps: Pixel-Perfect Apps from Scratch
  • Model-Driven Apps: Data-First Design
  • Connecting to Data Sources
  • Controls, Responsive Design, and Copilot
  • Sharing Canvas Apps
  • Building and Sharing Model-Driven Apps

Domain 4: Demonstrate the Capabilities of Power Automate

  • Cloud Flows: Automate Without Code
  • Desktop Flows and Process Mining
  • Approvals and Business Scenarios
  • Loops and Branching in Cloud Flows
  • Building a Cloud Flow
  • Testing and Sharing Cloud Flows

Domain 5: Demonstrate the Capabilities of Power Pages

  • Power Pages: External Websites Made Easy
  • Power Pages Security
  • Design Studio and Building Pages
  • Components, Themes, and Publishing
Domain 4: Demonstrate the Capabilities of Power Automate Premium ⏱ ~14 min read

Cloud Flows: Automate Without Code

Cloud flows are the backbone of Power Automate. Learn the three trigger types, how connectors work, and how to use templates to build automations in minutes.

What is a cloud flow?

☕ Simple explanation

Think of it like a chain of dominoes.

You set up the first domino (the trigger) and line up the rest (the actions). When something tips the first domino, all the others fall in order — automatically.

A cloud flow works the same way. Something happens (you get an email, a file is uploaded, a time arrives), and Power Automate runs a series of steps you defined. No code required.

A cloud flow is an automated workflow built in Power Automate that runs entirely in the cloud. It connects to hundreds of services through connectors and follows a trigger-action pattern: a trigger starts the flow, and one or more actions carry out the work.

Cloud flows run in the background without needing a computer to be turned on. They are the most common type of Power Automate flow and the primary focus for the PL-900 exam.

The three types of cloud flows

Every cloud flow starts with a trigger — the event that kicks it off. There are three trigger types, and the exam loves to test this.

Cloud Flow Trigger Types
FeatureAutomatedInstantScheduled
TriggerAn event happensUser clicks a buttonA set time arrives
ExampleNew email in OutlookPress a button in mobile appEvery Monday at 9 AM
Runs automatically?Yes — fires when event occursNo — requires manual startYes — runs on a schedule
Common useNotifications, file processingQuick actions, data entryReports, data syncs, reminders
User involvementNone after setupUser triggers each timeNone after setup

Carlos puts it to work

Carlos at Greenleaf Health needs to streamline their new employee onboarding. Here is what he builds:

  • Automated flow: When a new row is added to the “New Hires” SharePoint list, send a welcome email with onboarding documents attached
  • Instant flow: HR managers press a button to generate an equipment request form for the new hire
  • Scheduled flow: Every Friday at 5 PM, send a summary of all new hires added that week to the department heads

Each flow type solves a different problem. The trigger type you choose depends on when the flow should run.

Triggers vs actions

A flow has two building blocks:

ComponentWhat it doesExample
TriggerStarts the flow (one per flow)“When a new email arrives”
ActionDoes something after the trigger (one or many)“Send a Teams message”

Every flow has exactly one trigger and one or more actions. Think of it as: one starting gun, many runners.

ℹ️ What are connectors?

A connector is a bridge between Power Automate and a service. Each connector provides triggers and actions for that service.

  • Microsoft 365 connector gives you triggers like “When an email arrives” and actions like “Send an email”
  • SharePoint connector gives you triggers like “When an item is created” and actions like “Create item”
  • Twitter connector gives you triggers like “When a new tweet matches a search” and actions like “Post a tweet”

There are over 1,000 connectors available — both Microsoft and third-party. Connectors are grouped into Standard (included with most licences) and Premium (require additional licensing).

Cloud flow templates

You do not have to build every flow from scratch. Power Automate provides thousands of pre-built templates that you can use as a starting point.

Templates are ready-made flows for common scenarios:

  • Save email attachments to OneDrive
  • Get a push notification when your boss emails you
  • Post a message to Teams when a Form response is submitted
  • Track work hours in a Google Sheet
  • Send approval requests for SharePoint documents

How templates work

  1. Browse or search the template gallery in Power Automate
  2. Pick a template that matches your need
  3. Sign in to the connectors it uses
  4. Customise if needed (or use it as-is)
  5. Save and turn it on
💡 Exam tip: Templates vs building from blank

The exam may ask about the benefits of templates. Key points:

  • Templates reduce development time — no need to start from scratch
  • Templates show best practices for common scenarios
  • Templates can be customised after you select them
  • You can also create a flow from blank if no template fits your need
  • Templates are a great way for beginners to learn how flows are structured

Standard vs Premium connectors

Connector TypeIncluded WithExamples
StandardMost Microsoft 365 and Power Automate licencesSharePoint, Outlook, Teams, OneDrive, Excel
PremiumRequires Power Automate Premium or per-flow licenceSQL Server, Salesforce, SAP, Adobe Sign, HTTP
CustomBuilt by your organisationYour company API, internal systems

For the exam, remember: using a Premium connector in a flow means you need a Premium licence. Standard connectors are included with Microsoft 365.

Carlos’s onboarding flow — step by step

Here is what Carlos’s automated onboarding flow looks like:

  1. Trigger: When an item is created in the “New Hires” SharePoint list
  2. Action 1: Get the new hire’s name, role, and start date from the list item
  3. Action 2: Send a welcome email via Outlook with onboarding documents
  4. Action 3: Create a new row in the “Equipment Requests” Excel table
  5. Action 4: Post a message in the HR Teams channel announcing the new hire

One trigger, four actions, zero code. The flow runs every time someone adds a new hire to the list — even at 3 AM.

🎬 Video walkthrough

🎬 Video coming soon

Cloud Flows Explained — PL-900 Domain 4

Cloud Flows Explained — PL-900 Domain 4

~10 min

Flashcards

Question

What are the three types of cloud flow triggers?

Click or press Enter to reveal answer

Answer

Automated (event-based), Instant (button press), and Scheduled (time-based). Each determines WHEN the flow starts running.

Click to flip back

Question

What is the difference between a trigger and an action?

Click or press Enter to reveal answer

Answer

A trigger STARTS the flow (one per flow). An action DOES something after the trigger fires (one or more per flow). Every flow needs exactly one trigger.

Click to flip back

Question

What is a connector in Power Automate?

Click or press Enter to reveal answer

Answer

A connector is a bridge between Power Automate and an external service. Each connector provides triggers and actions specific to that service. There are Standard, Premium, and Custom connectors.

Click to flip back

Question

What are cloud flow templates?

Click or press Enter to reveal answer

Answer

Pre-built, ready-made flows for common scenarios. You pick a template, sign in to the connectors, optionally customise it, and turn it on. Saves time and shows best practices.

Click to flip back

Knowledge Check

Knowledge Check

Carlos wants a flow that runs every Monday morning to email a weekly report. Which type of cloud flow should he create?

Knowledge Check

How many triggers can a single cloud flow have?

Knowledge CheckSelect all that apply

Which of the following are benefits of using cloud flow templates? (Select TWO)


Next up: We will explore desktop flows and Process Mining — how Power Automate can automate tasks on your actual computer, not just in the cloud.

← Previous

Building and Sharing Model-Driven Apps

Next →

Desktop Flows and Process Mining

Guided

I learn, I simplify, I share.

A Guide to Cloud YouTube Feedback

© 2026 Sutheesh. All rights reserved.

Guided is an independent study resource and is not affiliated with, endorsed by, or officially connected to Microsoft. Microsoft, Azure, and related trademarks are property of Microsoft Corporation. Always verify information against Microsoft Learn.