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/logic-apps-control-flow-loops.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -309,7 +309,7 @@ In the following example workflow, starting at 8:00 AM each day, the **Until** a
309
309
| Property | Value | Description |
310
310
|----------|-------|-------------|
311
311
|**To**| <*email-address\@domain*> | The recipient's email address. For testing, use your own email address. |
312
-
|**Subject**|**Current value for "Limit" variable is:****Limit**| The email subject. For this example, make sure that you include the **Limit** variable to confirm that the current value meets your specified condition: <br><br>1. Select inside the **Subject** box so that the dynamic content list appears. <br><br>2. In the dynamic content list, next to the **Variables** section header, select **See more**. <br><br>3. Select **Lmiit**. |
312
+
|**Subject**|**Current value for "Limit" variable is:****Limit**| The email subject. For this example, make sure that you include the **Limit** variable to confirm that the current value meets your specified condition: <br><br>1. Select inside the **Subject** box so that the dynamic content list appears. <br><br>2. In the dynamic content list, next to the **Variables** section header, select **See more**. <br><br>3. Select **Limit**. |
313
313
|**Body**| <*email-content*> | The email message content that you want to send. For this example, enter whatever text you want. |
314
314
315
315
When you're done, your email action looks similar to the following example:
@@ -386,7 +386,7 @@ In the following example workflow, starting at 8:00 AM each day, the **Until** a
386
386
| Property | Value | Description |
387
387
|----------|-------|-------------|
388
388
|**To**| <*email-address\@domain*> | The recipient's email address. For testing, use your own email address. |
389
-
|**Subject**|**Current value for "Limit" variable is:****Limit**| The email subject. For this example, make sure that you include the **Limit** variable to confirm that the current value meets your specified condition: <br><br>1. Select inside the **Subject** box so that the dynamic content list appears. <br><br>2. In the dynamic content list, next to the **Variables** section header, select **See more**. <br><br>3. Select **Lmiit**. |
389
+
|**Subject**|**Current value for "Limit" variable is:****Limit**| The email subject. For this example, make sure that you include the **Limit** variable to confirm that the current value meets your specified condition: <br><br>1. Select inside the **Subject** box so that the dynamic content list appears. <br><br>2. In the dynamic content list, next to the **Variables** section header, select **See more**. <br><br>3. Select **Limit**. |
390
390
|**Body**| <*email-content*> | The email message content that you want to send. For this example, enter whatever text you want. |
391
391
392
392
When you're done, your email action looks similar to the following example:
0 commit comments