Skip to content

Commit c7bd9bb

Browse files
Merge pull request #212854 from ecfan/patch-5
Add tracking tag
2 parents 7794d32 + ae58ff5 commit c7bd9bb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/logic-apps/tutorial-build-schedule-recurring-logic-app-workflow.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: logic-apps
55
ms.suite: integration
66
ms.reviewer: estfan, azla
77
ms.topic: tutorial
8-
ms.custom: mvc
8+
ms.custom: mvc, engagement-fy23
99
ms.date: 09/13/2022
1010
---
1111

@@ -24,7 +24,7 @@ In this tutorial, you learn how to:
2424
> * Add a Bing Maps action that gets the travel time for a route.
2525
> * Add an action that creates a variable, converts the travel time from seconds to minutes, and stores that result in the variable.
2626
> * Add a condition that compares the travel time against a specified limit.
27-
> * Add an action that sends you email if the travel time exceeds the limit.
27+
> * Add an action that sends an email if the travel time exceeds the limit.
2828
2929
When you're done, your workflow looks similar to the following high level example:
3030

@@ -129,9 +129,9 @@ Next, add the Recurrence [trigger](../logic-apps/logic-apps-overview.md#logic-ap
129129

130130
| Property | Value | Description |
131131
|----------|-------|-------------|
132-
| **On these days** | Monday,Tuesday,Wednesday,Thursday,Friday | This setting is available only when you set the **Frequency** to **Week**. |
133-
| **At these hours** | 7,8,9 | This setting is available only when you set the **Frequency** to **Week** or **Day**. For this recurrence, select the hours of the day. This example runs at the `7`, `8`, and `9`-hour marks. |
134-
| **At these minutes** | 0,15,30,45 | This setting is available only when you set the **Frequency** to **Week** or **Day**. For this recurrence, select the minutes of the day. This example starts at the zero-hour mark and runs every 15 minutes. |
132+
| **On these days** | Monday, Tuesday, Wednesday, Thursday, Friday | This setting is available only when you set the **Frequency** to **Week**. |
133+
| **At these hours** | 7, 8, 9 | This setting is available only when you set the **Frequency** to **Week** or **Day**. For this recurrence, select the hours of the day. This example runs at the `7`, `8`, and `9`-hour marks. |
134+
| **At these minutes** | 0, 15, 30, 45 | This setting is available only when you set the **Frequency** to **Week** or **Day**. For this recurrence, select the minutes of the day. This example starts at the zero-hour mark and runs every 15 minutes. |
135135
||||
136136

137137
This trigger fires every weekday, every 15 minutes, starting at 7:00 AM and ending at 9:45 AM. The **Preview** box shows the recurrence schedule. For more information, see [Schedule tasks and workflows](../connectors/connectors-native-recurrence.md) and [Workflow actions and triggers](../logic-apps/logic-apps-workflow-actions-triggers.md#recurrence-trigger).
@@ -282,7 +282,7 @@ Now, add an action that sends you email when the travel time exceeds your limit.
282282

283283
1. In the condition's **True** branch, select **Add an action**.
284284

285-
1. Under **Choose an operation**, select **Standard**. In the search box, enter **send email**. The list returns many results, so to help you filter list, first select the email connector that you want.
285+
1. Under **Choose an operation**, select **Standard**. In the search box, enter **send email**. The list returns many results, so to help you filter the list, first select the email connector that you want.
286286

287287
For example, if you have an Outlook email account, select the connector for your account type:
288288

0 commit comments

Comments
 (0)