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
Copy file name to clipboardExpand all lines: articles/logic-apps/tutorial-build-schedule-recurring-logic-app-workflow.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ services: logic-apps
5
5
ms.suite: integration
6
6
ms.reviewer: estfan, azla
7
7
ms.topic: tutorial
8
-
ms.custom: mvc
8
+
ms.custom: mvc, engagement-fy23
9
9
ms.date: 09/13/2022
10
10
---
11
11
@@ -24,7 +24,7 @@ In this tutorial, you learn how to:
24
24
> * Add a Bing Maps action that gets the travel time for a route.
25
25
> * Add an action that creates a variable, converts the travel time from seconds to minutes, and stores that result in the variable.
26
26
> * 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.
28
28
29
29
When you're done, your workflow looks similar to the following high level example:
30
30
@@ -129,9 +129,9 @@ Next, add the Recurrence [trigger](../logic-apps/logic-apps-overview.md#logic-ap
129
129
130
130
| Property | Value | Description |
131
131
|----------|-------|-------------|
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. |
135
135
||||
136
136
137
137
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.
282
282
283
283
1. In the condition's **True** branch, select **Add an action**.
284
284
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.
286
286
287
287
For example, if you have an Outlook email account, select the connector for your account type:
0 commit comments