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
+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
@@ -604,9 +604,9 @@ Next, add an action so that your logic app sends email to review the attachments
604
604
605
605
| Setting | Value | Notes |
606
606
| ------- | ----- | ----- |
607
-
|**Body**|```Please review new applicant:``` <p>```Applicant name:```**From** <p>```Application file location:```**Path** <p>```Application email content:```**Body**| 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**|
608
-
|**Subject**|```ASAP - Review applicant for position:```**Subject**| The email subject that you want to include. Click inside this box, enter the example text, and from the dynamic content list, select the **Subject** field under **When a new email arrives**. |
609
607
|**To**| <*recipient-email-address*> | For testing purposes, you can use your own email address. |
608
+
|**Subject**|```ASAP - Review applicant for position:```**Subject**| The email subject that you want to include. Click inside this box, enter the example text, and from the dynamic content list, select the **Subject** field under **When a new email arrives**. |
609
+
|**Body**|```Please review new applicant:``` <p>```Applicant name:```**From** <p>```Application file location:```**Path** <p>```Application email content:```**Body**| 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**|
610
610
||||
611
611
612
612
> [!NOTE]
@@ -676,11 +676,11 @@ Congratulations, you've now created and run a logic app that automates tasks acr
676
676
677
677
When you no longer need this sample, delete the resource group that contains your logic app and related resources.
678
678
679
-
1. On the main Azure menu, go to **Resource groups**, and then select the resource group for your logic app. Select **Delete resource group**.
679
+
1. On the main Azure menu, select **Resource groups**. From the resource groups list, select the resource group for this tutorial. On the **Overview** pane, select **Delete resource group**.
0 commit comments