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
@@ -517,7 +517,7 @@ Next, add the action that saves each attachment as a blob in your **attachments*
517
517
518
518

519
519
520
-
When you're done, the action looks like this example:
520
+
When you're done, the action looks like the following example:
521
521
522
522

523
523
@@ -580,24 +580,21 @@ Next, add an action so that your workflow sends email to review the attachments.
580
580
|**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**. |
581
581
|**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**|
0 commit comments