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-process-email-attachments-workflow.md
+10-13Lines changed: 10 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -596,9 +596,7 @@ Next, add an action in your workflow that sends email to review the attachments.
596
596
597
597
The following steps add an action so that your workflow sends email to review the attachments.
598
598
599
-
1. Return to the workflow designer. In the **True** branch, collapse the **For each email attachment** loop.
600
-
601
-
1. Under the loop, select **Add an action**.
599
+
1. Return to the workflow designer. In the **True** branch, under the **For each email attachment** loop, select **Add an action**.
602
600
603
601
1.[Follow these general steps to add the **Office 365 Outlook** action named **Send an email**](create-workflow-with-trigger-or-action.md?tabs=consumption#add-action).
604
602
@@ -612,15 +610,14 @@ The following steps add an action so that your workflow sends email to review th
612
610
613
611
> [!TIP]
614
612
>
615
-
> * To add blank lines in an edit box, press Shift + Enter.
616
-
> * If you can't find a specified output in the dynamic content list,
613
+
> If you can't find a specified output in the dynamic content list,
617
614
> select **See more** next to the operation name.
618
615
619
616
| Parameter | Required | Value | Description |
620
617
|-----------|----------|-------|-------------|
621
618
|**To**| Yes | <*recipient-email-address*> | For testing purposes, use your own email address. |
622
619
|**Subject**| Yes | <*email-subject*> | The email subject to include. <br><br>This example uses **ASAP - Review applicant for position:**, and the **Subject** output from the trigger. <br><br>1. In the **Subject** box, enter the example text with a trailing space. <br><br>2. Select inside the **Subject** box, and then select the dynamic content list option (lightning icon). <br><br>3. In the list, under **When a new email arrives**, select **Subject**. |
623
-
| **Body** | Yes | <*email-body*> | The email body to include. <br><br>The examle uses **Please review new applicant:**, the trigger output named **From**, the **Path** output from the **Create blob for email body** action, and the **Body** output from your **Call RemoveHTMLFunction** action. <br><br>1. In the **Body** box, enter the example text: **Please review new applicant:** <br><br>2. Add a new line, enter the example text, **Applicant name:**, and add the **From** output from the trigger. <br><br>3. Add a new line, enter the example text, **Application file location:**, and add the **Path** output from the **Create blob for email body** action. <br><br>4. Add a new line, enter the example text, **Application email content:**, and add the **Body** output from the | The email's body content. Click inside this box, enter the example text, and from the dynamic content list, select these fields: <p>- The **From** field under **When a new email arrives** </br>- The **Path** field under **Create blob for email body** </br>- The **Body** field under **Call RemoveHTMLFunction to clean email body** |
620
+
|**Body**| Yes | <*email-body*> | The email body to include. <br><br>The examle uses **Please review new applicant:**, the trigger output named **From**, the **Path** output from the **Create blob for email body** action, and the **Body** output from your **Call RemoveHTMLFunction** action. <br><br>1. In the **Body** box, enter the example text, **Please review new applicant:**. <br><br>2. On a new line, enter the example text, **Applicant name:**, and add the **From** output from the trigger. <br><br>3. On a new line, enter the example text, **Application file location:**, and add the **Path** output from the **Create blob for email body** action. <br><br>4. On a new line, enter the example text, **Application email content:**, and add the **Body** output from the **Call RemoveHTMLFunction** action. |
624
621
625
622
> [!NOTE]
626
623
>
@@ -629,15 +626,15 @@ The following steps add an action so that your workflow sends email to review th
629
626
> that references that output. That way, your workflow can perform that action on each array item.
630
627
> To remove loop, move the action that references the output to outside the loop, and delete the loop.
631
628
632
-
The following screenshot shows the outputs to select for the**Send an email** action:
629
+
The following screenshot shows the finished**Send an email** action:
633
630
634
-
:::image type="content" source="media/tutorial-process-email-attachments-workflow/send-email-notification.png" alt-text="Screenshot shows sample email to send." lightbox="media/tutorial-process-email-attachments-workflow/send-email-notification.png":::
631
+
:::image type="content" source="media/tutorial-process-email-attachments-workflow/send-email-done.png" alt-text="Screenshot shows sample email to send." lightbox="media/tutorial-process-email-attachments-workflow/send-email-done.png":::
635
632
636
633
1. Save your workflow.
637
634
638
635
Your finished workflow now looks like the following example:
639
636
640
-

@@ -680,17 +677,17 @@ Your finished workflow now looks like the following example:
680
677
681
678
1. Run your workflow. If successful, your workflow sends you an email that looks like the following example:
682
679
683
-

680
+
:::image type="content" source="media/tutorial-process-email-attachments-workflow/email-notification.png" alt-text="Screenshot shows example email sent by logic app workflow." lightbox="media/tutorial-process-email-attachments-workflow/email-notification.png":::
684
681
685
-
If you don't get any emails, check your email's junk folder. Your email junk filter might redirect these kinds of mails. Otherwise, if you're unsure that your workflow ran correctly, see [Troubleshoot your logic app workflow](logic-apps-diagnosing-failures.md).
682
+
If you don't get any emails, check your email's junk folder. Otherwise, if you're unsure that your workflow ran correctly, see [Troubleshoot your logic app workflow](logic-apps-diagnosing-failures.md).
686
683
687
-
Congratulations, you've now created and run a workflow that automates tasks across different Azure services and calls some custom code.
684
+
Congratulations, youcreated and ran a workflow that automates tasks across different Azure services and calls some custom code.
688
685
689
686
## Clean up resources
690
687
691
688
When you no longer need this sample, delete the resource group that contains your logic app workflow and related resources.
692
689
693
-
1. In the Azure portal's top-level search box, enter **resource groups**, and select **Resource groups**.
690
+
1. In the Azure portal search box, enter **resource groups**, and select **Resource groups**.
694
691
695
692
1. From the **Resource groups** list, select the resource group for this tutorial.
0 commit comments