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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -287,15 +287,15 @@ Now, add an action that sends email when the travel time exceeds your limit. Thi
287
287
288
288
1. Enter the text **Add extra travel time (minutes):** with a trailing space. Keep your cursor in the **Body** box, and select the option for the expression editor (formula icon).
289
289
290
-
1. In the expression editor, enter **sub(,15)** so that you can calculate the number of minutes that exceed your limit:
290
+
1. In the expression editor, enter **sub(,15)** so that you can calculate the number of minutes that exceed your limit:
291
291
292
292
:::image type="content" source="media/tutorial-build-scheduled-recurring-logic-app-workflow/send-email-body-expression-editor.png" alt-text="Screenshot shows expression editor with the sub(,15) entered." lightbox="media/tutorial-build-scheduled-recurring-logic-app-workflow/send-email-body-expression-editor.png":::
293
293
294
-
1. Within the expression, put your cursor between the left parenthesis (**(**) and the comma (**,**), and select **Dynamic content**.
294
+
1. Within the expression, put your cursor between the left parenthesis (**(**) and the comma (**,**), and select **Dynamic content**.
295
295
296
296
:::image type="content" source="media/tutorial-build-scheduled-recurring-logic-app-workflow/send-email-body-select-dynamic-content.png" alt-text="Screenshot shows where to put cursor in the sub(,15) expression, and select Dynamic content." lightbox="media/tutorial-build-scheduled-recurring-logic-app-workflow/send-email-body-select-dynamic-content.png":::
297
297
298
-
1. Under **Variables**, select **travelTime**.
298
+
1. Under **Variables**, select **travelTime**.
299
299
300
300
:::image type="content" source="media/tutorial-build-scheduled-recurring-logic-app-workflow/send-email-body-select-travel-time.png" alt-text="Screenshot shows dynamic content list with travelTime variable selected." lightbox="media/tutorial-build-scheduled-recurring-logic-app-workflow/send-email-body-select-travel-time.png":::
Copy file name to clipboardExpand all lines: articles/logic-apps/tutorial-process-email-attachments-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
@@ -18,7 +18,7 @@ This tutorial shows how to build an example workflow that integrates Azure Funct
18
18
19
19
When you finish, your workflow looks like the following high level example:
20
20
21
-
:::image type="content" source="media/tutorial-process-email-attachments-workflow/overview.png" alt-text="Screenshot shows example Consumption workflow that runs using the Office 365 Outlook trigger" lightbox="media/tutorial-process-email-attachments-workflow/overview.png":::
21
+
:::image type="content" source="media/tutorial-process-email-attachments-workflow/overview.png" alt-text="Screenshot shows example Consumption workflow that runs using the Office 365 Outlook trigger." lightbox="media/tutorial-process-email-attachments-workflow/overview.png":::
22
22
23
23
> [!TIP]
24
24
>
@@ -54,7 +54,7 @@ You can create a similar workflow with a Standard logic app resource where some
54
54
55
55
## Set up storage to save attachments
56
56
57
-
The following steps set up [Azure storage](../storage/common/storage-introduction.md) so that you can incoming emails and attachments as blobs.
57
+
The following steps set up [Azure storage](../storage/common/storage-introduction.md) so that you can store incoming emails and attachments as blobs.
58
58
59
59
1. In the [Azure portal](https://portal.azure.com), sign in with your Azure account credentials.
60
60
@@ -293,7 +293,7 @@ The following steps add a trigger that monitors for incoming emails that have at
293
293
294
294
1. Sign in to your email account, which creates a connection between your workflow and your email account.
295
295
296
-
1. In the trigger information box, from the **Advanced parameters** list, add the following parameters, if they don't apear, and provide the following information:
296
+
1. In the trigger information box, from the **Advanced parameters** list, add the following parameters, if they don't appear, and provide the following information:
297
297
298
298
| Parameter | Value | Description |
299
299
|-----------|-------|-------------|
@@ -387,7 +387,7 @@ Next, define the actions to take for the **True** branch. To save the email alon
387
387
388
388
## Call the RemoveHTMLFunction
389
389
390
-
The following steps add your previously created Azure function and passes the email body content from email trigger to your function.
390
+
The following steps add your previously created Azure function, which accepts the email body content from the email trigger as input.
391
391
392
392
1. On the logic app menu, under **Development Tools**, select **Logic app designer**. In the **True** branch, select **Add an action**.
0 commit comments