- Home
- Resources
- Integrations
- Microsoft Power Automate
Microsoft Power Automate Make integrationAutomate Microsoft Power Automate with Make.
Need a Make scenario to launch a desktop flow and hand back its result? The Microsoft Power Automate Make integration does exactly that with 1 action module. This guide covers the Entra ID connection, a first scenario and the questions that follow.
Enterprise app This app is reserved to Make's Enterprise plan.
Verified Trustpilot reviews · AI, automation & growth agency
What can the Microsoft Power Automate Make integration do for you?
The Microsoft Power Automate Make integration lets a Make scenario (the automation you build in Make, a chain of modules) start one of your Power Automate desktop flows and wait until it returns a result. Something happens in another app, and the desktop flow you already built runs without anyone clicking it.
Kick off a desktop flow from a new record. A module (one brick of a scenario) from another app notices a new row or a new form entry, then Trigger a Desktop Flow starts the matching flow in Power Automate. The result comes back into Make, so the next module can use it.
Chain the result into another tool. Because the module waits for the flow to finish, what the flow sends back travels as a bundle (one item passed from a module to the next) toward a sheet, a CRM or a message. If Airtable is where your team logs requests, the Airtable Make integration pairs well here.
Run a desktop flow on Make's clock. With a schedule on the first module, Make starts the scenario at the interval you set, every 15 minutes by default, and the desktop flow follows.
Know the limits before you start. The app sits on Make's Enterprise plan, it has a single module, no trigger and no Make an API Call module. Plan budgets are covered in Make pricing. The same app often has a node in n8n as well; n8n vs Make lays out how the two tools differ.
How do you connect Microsoft Power Automate to Make?
- 01
Register an app in Entra ID
In the Microsoft Entra admin center, open App registrations, click New registration, name it and pick the Supported account types. If asked for a callback URI, paste
https://www.integromat.com/oauth/cb/microsoft-power-automate, then click Register. - 02
Collect the three credentials
From the Overview page, copy the Client ID and the Directory (tenant) ID. Under Certificates and secrets, click New client secret, add a description, choose an expiration period, click Add and copy the Client secret value.
- 03
Create the connection in Make
Add the Microsoft Power Automate module to your scenario and click Create a connection. A connection is your Microsoft account linked to Make once. Give it a Connection name if you like, paste the credentials and follow the on-screen sign-in.
Build your first scenario with Microsoft Power Automate
GoalWhen something happens in another app, Make starts your desktop flow in Microsoft Power Automate and waits for its result.
- 01
Create the scenario
On the Scenarios page, create a new scenario and click the + to add the first module. Since Power Automate has no trigger in Make, this first module comes from the app where the event starts.
- 02
Pick the starting app
Search that app by name, choose the module that watches for your event and link its account with Create a connection. Fill its fields; Make lists the folders, sheets or objects it can read.
- 03
Add Trigger a Desktop Flow
Click the + on the right of the first module, search Microsoft Power Automate and pick Trigger a Desktop Flow. Select your connection, then map data from the previous module into the fields.
- 04
Test with Run once
Click Run once to execute the scenario one time. Open each module's bubble to read the bundles it received, and check that the desktop flow ran and sent its result back.
- 05
Schedule and switch on
If the first module runs on a schedule, set it (every 15 minutes by default), then switch the scenario on. Each module run on a bundle counts as one operation, the unit Make bills on your plan.
What the Microsoft Power Automate module does
Microsoft Power Automate gives you 1 module. For each one: what it does for you, when to reach for it, and what to watch out for.
Trigger a Desktop Flow
ActionIn Make“Triggers a Desktop Flow and wait for the result.”
This action starts one of your Power Automate desktop flows from inside a Make scenario, then holds the scenario until the flow finishes and returns its result. You get the output back in Make, ready to map into the next module.
Need help automating Microsoft Power Automate with Make?
A person reads every message.