Skip to content

Commit 8b75056

Browse files
committed
Styleguide fixes
1 parent 5ac0b47 commit 8b75056

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

sources/platform/integrations/workflows-and-notifications/power-automate.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ slug: /integrations/microsoft-power-automate
1010

1111
---
1212

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.
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.
1414

1515
## Key capabilities
1616

@@ -24,8 +24,8 @@ slug: /integrations/microsoft-power-automate
2424
- **Run Actor:** Execute any Apify Actor with custom inputs.
2525
- **Run task:** Execute a saved Actor task.
2626
- **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.
2929

3030
## Get started
3131

@@ -91,7 +91,7 @@ The connector provides user-friendly ways to select resources and provide inputs
9191
Most actions allow you to select resources (Actors, tasks, datasets, etc.) from dynamic dropdown lists populated from your Apify account.
9292

9393
- **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.
9595
- **My tasks**: Lists your saved Actor tasks.
9696

9797
![Dropdown selection of Actors](../images/power-automate/actor_dropdown_selection.png)
@@ -145,7 +145,7 @@ To prevent unused webhooks from accumulating, please manually remove old webhook
145145
146146
- **Actor Scope**: Choose between _Recently used Actors_ or _From store_.
147147
- **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`).
149149

150150
**Output**: The trigger provides a webhook payload containing detailed information about the completed Actor run.
151151

@@ -156,7 +156,7 @@ To prevent unused webhooks from accumulating, please manually remove old webhook
156156
> Automatically execute your Power Automate flow when a specific Apify Actor task run completes with a selected status.
157157
158158
- **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`).
160160

161161
**Output**: The trigger provides a webhook payload containing detailed information about the completed task run.
162162

@@ -234,7 +234,7 @@ To prevent unused webhooks from accumulating, please manually remove old webhook
234234

235235
![Scrape single URL action configuration](../images/power-automate/action_scrape_url.png)
236236

237-
## Longrunning scrapes and async pattern in Power Automate
237+
## Long-running scrapes and async pattern in Power Automate
238238

239239
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.
240240

@@ -295,7 +295,7 @@ Power Automate allows you to map data from Apify actions to subsequent steps.
295295

296296
- _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`).
297297
- _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.
299299

300300
## Frequently asked questions
301301

@@ -309,4 +309,4 @@ The Apify connector itself is free to use. Apify charges for compute resources (
309309
- **API Reference:** [docs.apify.com/api/v2](https://docs.apify.com/api/v2)
310310
- **Support:** [apify.com/contact](https://apify.com/contact)
311311

312-
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

Comments
 (0)