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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -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).
0 commit comments