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/connectors/connectors-native-recurrence.md
+12-3Lines changed: 12 additions & 3 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: how-to
8
-
ms.date: 06/01/2022
8
+
ms.date: 09/02/2022
9
9
---
10
10
11
11
# Schedule and run recurring workflows with the Recurrence trigger in Azure Logic Apps
@@ -52,15 +52,15 @@ The Recurrence trigger is part of the built-in Schedule connector and runs nativ
52
52
53
53
1. In the designer, follow the corresponding steps, based on whether your logic app workflow is [Consumption or Standard](../logic-apps/logic-apps-overview.md#resource-environment-differences).
54
54
55
-
**Consumption**
55
+
### [Consumption](#tab/consumption)
56
56
57
57
1. On the designer, under the search box, select **Built-in**.
58
58
1. In the search box, enter **recurrence**.
59
59
1. From the triggers list, select the trigger named **Recurrence**.
60
60
61
61

62
62
63
-
**Standard**
63
+
### [Standard](#tab/standard)
64
64
65
65
1. On the designer, select **Choose operation**.
66
66
1. On the **Add a trigger** pane, under the search box, select **Built-in**.
@@ -69,6 +69,8 @@ The Recurrence trigger is part of the built-in Schedule connector and runs nativ
69
69
70
70

71
71
72
+
---
73
+
72
74
1. Set the interval and frequency for the recurrence. In this example, set these properties to run your workflow every week, for example:
73
75
74
76
**Consumption**
@@ -186,6 +188,13 @@ The following example shows how a Recurrence trigger definition might appear in
186
188
}
187
189
```
188
190
191
+
> [!NOTE]
192
+
>
193
+
> In the Recurrence trigger definition, the `evaluatedRecurrence` property appears along with the `recurrence` property
194
+
> when any expression or parameter reference appears in the recurrence criteria. This `evaluatedRecurrence` property
195
+
> represents the evaluated values from the expression or parameter reference. If the recurrence criteria doesn't
196
+
> specify any expressions or parameter references, the `evaluatedRecurrence` and `recurrence` properties are the same.
197
+
189
198
The following example shows how to update the trigger definition so that the trigger runs only once on the last day of each month:
0 commit comments