Skip to content

Commit 4a21127

Browse files
committed
Art and content updates
1 parent 3b76cec commit 4a21127

File tree

4 files changed

+8
-9
lines changed

4 files changed

+8
-9
lines changed
-4.24 KB
Loading
15.4 KB
Loading
-205 Bytes
Loading

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

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -526,13 +526,12 @@ storage container so you can save the email body.
526526
1. In the **If true** block and under your Azure function,
527527
choose **Add an action**.
528528

529-
2. Under **Choose an action**, find "create blob",
529+
2. In the search box, enter "create blob" as your filter,
530530
and select this action: **Create blob - Azure Blob Storage**
531531

532532
![Add action to create blob for email body](./media/tutorial-process-email-attachments-workflow/create-blob-action-for-email-body.png)
533533

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
536535
settings as shown and described here.
537536
When you're done, choose **Create**.
538537

@@ -548,16 +547,16 @@ When you're done, choose **Create**.
548547
```Create blob for email body```
549548

550549
5. In the **Create blob** action, provide this
551-
information, and select these properties to create
550+
information, and select these fields to create
552551
the blob as shown and described:
553552

554553
![Provide blob information for email body](./media/tutorial-process-email-attachments-workflow/create-blob-for-email-body.png)
555554

556555
| Setting | Value | Description |
557556
| ------- | ----- | ----------- |
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. |
561560
||||
562561

563562
6. Save your logic app.
@@ -612,8 +611,8 @@ Next, add a loop to process all the email attachments.
612611
613612
## Process attachments
614613
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.
617616
618617
1. Under the **Create blob for email body** shape,
619618
choose **More**, and select this command: **Add a for each**

0 commit comments

Comments
 (0)