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
+8-9Lines changed: 8 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -526,13 +526,12 @@ storage container so you can save the email body.
526
526
1. In the **If true** block and under your Azure function,
527
527
choose **Add an action**.
528
528
529
-
2.Under **Choose an action**, find "create blob",
529
+
2.In the search box, enter "create blob" as your filter,
530
530
and select this action: **Create blob - Azure Blob Storage**
531
531
532
532

533
533
534
-
3. If you don't have a connection to an Azure storage account,
535
-
create a connection to your storage account with these
534
+
3. Create a connection to your storage account with these
536
535
settings as shown and described here.
537
536
When you're done, choose **Create**.
538
537
@@ -548,16 +547,16 @@ When you're done, choose **Create**.
548
547
```Create blob for email body```
549
548
550
549
5. In the **Create blob** action, provide this
551
-
information, and select these properties to create
550
+
information, and select these fields to create
552
551
the blob as shown and described:
553
552
554
553

555
554
556
555
| Setting | Value | Description |
557
556
| ------- | ----- | ----------- |
558
-
|**Folder path**| /attachments | The path and name for the container that you previously created. You can also browse and select a container. |
559
-
|**Blob name**|**From** field |Pass in the email sender name as the blob name. From either the parameter list or dynamic content list, select **From** under **When a new email arrives**. |
560
-
|**Blob content**|**Content** field |Pass in the HTML-free email body as the blob content. From the dynamic content list, select **Body** under **Call RemoveHTMLFunction to clean email body**. |
557
+
|**Folder path**| /attachments | The path and name for the container that you previously created. For this example, click the folder icon, and then select the "/attachments" container. |
558
+
|**Blob name**|**From** field |For this example, use the sender's name as the blob's name. Click inside this box so that the dynamic content list appears, and then select the **From**fild under the **When a new email arrives** action. |
559
+
|**Blob content**|**Content** field |For this example, use the HTML-free email body as the blob content. Click inside this box so that the dynamic content list appears, then select **Body** under the **Call RemoveHTMLFunction to clean email body** action. |
561
560
||||
562
561
563
562
6. Save your logic app.
@@ -612,8 +611,8 @@ Next, add a loop to process all the email attachments.
612
611
613
612
## Process attachments
614
613
615
-
This logic app uses a **for each** loop to
616
-
process each attachment in the email.
614
+
To process each attachment in the email,
615
+
add a **For each** loop to your logic app's workflow.
617
616
618
617
1. Under the **Create blob for email body** shape,
619
618
choose **More**, and select this command: **Add a for each**
0 commit comments