Skip to content

Commit 71a3faa

Browse files
committed
Update art and draft
1 parent c9d64c9 commit 71a3faa

File tree

6 files changed

+20
-19
lines changed

6 files changed

+20
-19
lines changed
-4 KB
Loading
0 Bytes
Loading
25.3 KB
Loading
-1.75 KB
Loading
6.44 KB
Loading

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

Lines changed: 20 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -660,8 +660,8 @@ and then select this action:
660660
```Create blob for each email attachment```
661661
662662
4. In the **Create blob for each email attachment** action,
663-
provide this information, and select the parameters to
664-
create each blob as shown and described:
663+
provide this information, and select the properties for each
664+
blob you want to create as shown and described:
665665
666666
![Provide blob information](./media/tutorial-process-email-attachments-workflow/create-blob-per-attachment.png)
667667
@@ -722,10 +722,11 @@ choose **Add an action**.
722722
723723
![Add action under "for each" loop](./media/tutorial-process-email-attachments-workflow/add-action-send-email.png)
724724
725-
2. Under **Choose an action**, search for "send email",
726-
then select the "send email" action for the email provider that you want.
727-
To filter the actions list to a specific service,
728-
you can select the connector first under **Connectors**.
725+
2. In the search box, enter "send email" as your filter,
726+
and then select the "send email" action for your email provider.
727+
728+
To filter the actions list to a specific service,
729+
you can select the connector first.
729730
730731
![Select "send email" action for your email provider](./media/tutorial-process-email-attachments-workflow/add-action-select-send-email.png)
731732
@@ -741,26 +742,23 @@ so that Logic Apps creates a connection to your email account.
741742
```Send email for review```
742743
743744
5. Provide the information for this action and select the fields
744-
that you want to include in the email as shown and described.
745+
you want to include in the email as shown and described.
745746
To add blank lines in an edit box, press Shift + Enter.
746747
747-
For example, if you're working with the dynamic content list:
748-
749748
![Send email notification](./media/tutorial-process-email-attachments-workflow/send-email-notification.png)
750749
751-
If you can't find an expected field in the list,
752-
choose **See more** next to **When a new email arrives**
753-
in the dynamic content list or at the end of the parameters list.
750+
If you can't find an expected field in the dynamic content list,
751+
choose **See more** next to **When a new email arrives**.
754752
755753
| Setting | Value | Notes |
756754
| ------- | ----- | ----- |
755+
| **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** |
756+
| **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**. |
757757
| **To** | <*recipient-email-address*> | For testing purposes, you can use your own email address. |
758-
| **Subject** | ```ASAP - Review applicant for position: ``` **Subject** | The email subject that you want to include. From either the parameter list or dynamic content list, select the **Subject** field under **When a new email arrives**. |
759-
| **Body** | ```Please review new applicant:``` <p>```Applicant name: ``` **From** <p>```Application file location: ``` **Path** <p>```Application email content: ``` **Body** | The content for the email body. From either the parameter list or 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** |
760758
||||
761759
762760
> [!NOTE]
763-
> When you select a field that contains an array,
761+
> If you select a field that contains an array,
764762
> such as the **Content** field, which is an array that contains attachments,
765763
> the designer automatically adds a "For each" loop
766764
> around the action that references that field.
@@ -771,7 +769,7 @@ To add blank lines in an edit box, press Shift + Enter.
771769
772770
6. Save your logic app.
773771
774-
Next, test your logic app, which now looks like this example:
772+
Now, test your logic app, which now looks like this example:
775773
776774
![Finished logic app](./media/tutorial-process-email-attachments-workflow/complete.png)
777775
@@ -831,9 +829,12 @@ tasks across different Azure services and calls some custom code.
831829
832830
## Clean up resources
833831
834-
When no longer needed, delete the resource group that contains your logic app and related resources.
835-
On the main Azure menu, go to **Resource groups**, and select the resource group for your logic app.
836-
Choose **Delete resource group**. Enter the resource group name as confirmation, and choose **Delete**.
832+
When no longer needed, delete the resource group
833+
that contains your logic app and related resources.
834+
On the main Azure menu, go to **Resource groups**,
835+
and then select the resource group for your logic app.
836+
Choose **Delete resource group**. Enter the resource
837+
group name as confirmation, and choose **Delete**.
837838
838839
![Delete logic app resource group](./media/tutorial-process-email-attachments-workflow/delete-resource-group.png)
839840

0 commit comments

Comments
 (0)