You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Microsoft Power Automate](https://powerautomate.microsoft.com/) is an automation platform where you can build flows, automated workflows that connect your apps with no-code connectors. With the [Apify connector](https://apify.com), you can run _Apify Actors_ inside your flows to launch web scraping and automation jobs, watch for run events, and further work with the results.
13
+
[Microsoft Power Automate](https://powerautomate.microsoft.com/) is an automation platform where you can build flows, automated workflows that connect your apps with no-code connectors. With the [Apify connector](https://apify.com), you can run Apify Actors inside your flows to launch web scraping and automation jobs, watch for run events, and further work with the results.
-**Run Actor:** Execute any Apify Actor with custom inputs.
25
25
-**Run task:** Execute a saved Actor task.
26
26
-**Get dataset items:** Retrieve scraped data from datasets with dynamic schema support.
27
-
-**Get key-value store record:** Fetch stored data (e.g., screenshots, JSON state).
28
-
-**Scrape single URL:** Quick single-page scraping using the Web Scraper Actor.
27
+
-**Get key-value store record:** Fetch stored data (e.g. screenshots, JSON state).
28
+
-**Scrape single URL:** Quick single-page scraping using the [Web Scraper](https://apify.com/apify/web-scraper) Actor.
29
29
30
30
## Get started
31
31
@@ -91,7 +91,7 @@ The connector provides user-friendly ways to select resources and provide inputs
91
91
Most actions allow you to select resources (Actors, tasks, datasets, etc.) from dynamic dropdown lists populated from your Apify account.
92
92
93
93
-**Recently used Actors**: Shows Actors you have used recently.
94
-
-**From store**: Allows you to select from popular Actors in the Apify store.
94
+
-**From store**: Allows you to select from popular Actors in Apify Store.
95
95
-**My tasks**: Lists your saved Actor tasks.
96
96
97
97

@@ -145,7 +145,7 @@ To prevent unused webhooks from accumulating, please manually remove old webhook
145
145
146
146
-**Actor Scope**: Choose between _Recently used Actors_ or _From store_.
147
147
-**Actor**: Select the Actor from the dropdown.
148
-
-**Trigger On**: Select which run statuses should trigger the flow (e.g.,`SUCCEEDED`, `FAILED`, `TIMED_OUT`, `ABORTED`).
148
+
-**Trigger On**: Select which run statuses should trigger the flow (e.g. `SUCCEEDED`, `FAILED`, `TIMED_OUT`, `ABORTED`).
149
149
150
150
**Output**: The trigger provides a webhook payload containing detailed information about the completed Actor run.
151
151
@@ -156,7 +156,7 @@ To prevent unused webhooks from accumulating, please manually remove old webhook
156
156
> Automatically execute your Power Automate flow when a specific Apify Actor task run completes with a selected status.
157
157
158
158
-**Task**: Select the task from your account.
159
-
-**Trigger On**: Select which run statuses should trigger the flow (e.g.,`SUCCEEDED`, `FAILED`).
159
+
-**Trigger On**: Select which run statuses should trigger the flow (e.g. `SUCCEEDED`, `FAILED`).
160
160
161
161
**Output**: The trigger provides a webhook payload containing detailed information about the completed task run.
162
162
@@ -234,7 +234,7 @@ To prevent unused webhooks from accumulating, please manually remove old webhook
234
234
235
235

236
236
237
-
## Long‑running scrapes and async pattern in Power Automate
237
+
## Long-running scrapes and async pattern in Power Automate
238
238
239
239
The **Wait for finish** parameter in "Run Actor" and "Run task" actions has a maximum limit of **60 seconds**. If your Actor run takes longer than this, the action will time out if you try to wait for it synchronously.
240
240
@@ -295,7 +295,7 @@ Power Automate allows you to map data from Apify actions to subsequent steps.
295
295
296
296
-_Timeout errors:_ If an action fails with a timeout, check if you are waiting for a long-running Actor. Switch to the async pattern (set `Wait for finish` to `0`).
297
297
-_Schema issues:_ Dataset schemas are inferred from sample data. If fields are missing in Power Automate dynamic content, you might need to parse the raw JSON output manually. Fields may not appear if they are absent in the initial sample records.
298
-
-_Orphaned Webhooks:_ If you delete a flow that used a trigger, remember to delete the corresponding webhook in the Apify Console. Currently, cleanup is not automatic.
298
+
-_Orphaned Webhooks:_ If you delete a flow that used a trigger, remember to delete the corresponding webhook in Apify Console. Currently, cleanup is not automatic.
299
299
300
300
## Frequently asked questions
301
301
@@ -309,4 +309,4 @@ The Apify connector itself is free to use. Apify charges for compute resources (
If you have any questions or need help, feel free to reach out to us on our [Discord channel](https://discord.com/invite/jyEM2PRvMU) or visit the [Apify Community forum](https://community.apify.com).
312
+
If you have any questions or need help, reach out on the [Apify developer community on Discord](https://discord.com/invite/jyEM2PRvMU) or visit the [Apify Community forum](https://community.apify.com).
0 commit comments