Skip to content

Commit a38cc43

Browse files
author
ecfan
committed
UX and content updates
1 parent 8fd273a commit a38cc43

File tree

10 files changed

+10
-13
lines changed

10 files changed

+10
-13
lines changed
32 Bytes
Loading
18.4 KB
Loading
200 Bytes
Loading
137 Bytes
Loading
578 Bytes
Loading
610 Bytes
Loading
139 Bytes
Loading
53.1 KB
Loading

articles/logic-apps/tutorial-process-email-attachments-workflow.md

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -596,9 +596,7 @@ Next, add an action in your workflow that sends email to review the attachments.
596596

597597
The following steps add an action so that your workflow sends email to review the attachments.
598598

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**.
602600

603601
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).
604602

@@ -612,15 +610,14 @@ The following steps add an action so that your workflow sends email to review th
612610

613611
> [!TIP]
614612
>
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,
617614
> select **See more** next to the operation name.
618615
619616
| Parameter | Required | Value | Description |
620617
|-----------|----------|-------|-------------|
621618
| **To** | Yes | <*recipient-email-address*> | For testing purposes, use your own email address. |
622619
| **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. |
624621

625622
> [!NOTE]
626623
>
@@ -629,15 +626,15 @@ The following steps add an action so that your workflow sends email to review th
629626
> that references that output. That way, your workflow can perform that action on each array item.
630627
> To remove loop, move the action that references the output to outside the loop, and delete the loop.
631628
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:
633630

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":::
635632

636633
1. Save your workflow.
637634

638635
Your finished workflow now looks like the following example:
639636

640-
![Screenshot showing the finished workflow.](./media/tutorial-process-email-attachments-workflow/complete.png)
637+
:::image type="content" source="media/tutorial-process-email-attachments-workflow/complete.png" alt-text="Screenshot shows finished workflow." lightbox="media/tutorial-process-email-attachments-workflow/complete.png":::
641638

642639
## Test your workflow
643640

@@ -680,17 +677,17 @@ Your finished workflow now looks like the following example:
680677
681678
1. Run your workflow. If successful, your workflow sends you an email that looks like the following example:
682679
683-
![Screenshot showing example email sent by logic app workflow.](./media/tutorial-process-email-attachments-workflow/email-notification.png)
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":::
684681
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).
686683
687-
Congratulations, you've now created and run a workflow that automates tasks across different Azure services and calls some custom code.
684+
Congratulations, you created and ran a workflow that automates tasks across different Azure services and calls some custom code.
688685
689686
## Clean up resources
690687
691688
When you no longer need this sample, delete the resource group that contains your logic app workflow and related resources.
692689
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**.
694691
695692
1. From the **Resource groups** list, select the resource group for this tutorial.
696693

0 commit comments

Comments
 (0)