Skip to content

Commit 6b6a33c

Browse files
committed
Misc fixes
1 parent d90b206 commit 6b6a33c

File tree

2 files changed

+10
-13
lines changed

2 files changed

+10
-13
lines changed
386 Bytes
Loading

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

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ Next, add the action that saves each attachment as a blob in your **attachments*
517517

518518
![Screenshot showing information about the attachment in the Create blob action.](./media/tutorial-process-email-attachments-workflow/create-blob-per-attachment.png)
519519

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

522522
![Screenshot showing example attachment information for the finished Create blob action.](./media/tutorial-process-email-attachments-workflow/create-blob-per-attachment-done.png)
523523

@@ -580,24 +580,21 @@ Next, add an action so that your workflow sends email to review the attachments.
580580
| **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**. |
581581
| **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** |
582582

583-
![Send email notification](./media/tutorial-process-email-attachments-workflow/send-email-notification.png)
584-
583+
![Screenshot showing the sample email to send.](./media/tutorial-process-email-attachments-workflow/send-email-notification.png)
585584

586585
> [!NOTE]
587-
> If you select a field that contains an array,
588-
> such as the **Content** field, which is an array that contains attachments,
589-
> the designer automatically adds a "For each" loop
590-
> around the action that references that field.
591-
> That way, your workflow can perform that action on each array item.
592-
> To remove the loop, remove the field for the array,
593-
> move the referencing action to outside the loop,
586+
>
587+
> If you select a field that contains an array, such as the **Content** field, which is an array
588+
> that contains attachments, the designer automatically adds a **For each** loop around the action
589+
> that references that field. That way, your workflow can perform that action on each array item.
590+
> To remove the loop, remove the field for the array, move the referencing action to outside the loop,
594591
> select the ellipses (**...**) on the loop's title bar, and select **Delete**.
595592
596593
1. Save your workflow.
597594

598-
Now, test your workflow, which now looks like this example:
595+
Now, test your workflow, which now looks like the following example:
599596

600-
![Finished workflow](./media/tutorial-process-email-attachments-workflow/complete.png)
597+
![Screenshot showing the finished workflow.](./media/tutorial-process-email-attachments-workflow/complete.png)
601598

602599
## Run your workflow
603600

@@ -638,7 +635,7 @@ Now, test your workflow, which now looks like this example:
638635
Education: Master of Business Administration
639636
```
640637
641-
1. Run your workflow. If successful, your workflow sends you an email that looks like this example:
638+
1. Run your workflow. If successful, your workflow sends you an email that looks like the following example:
642639
643640
![Screenshot showing example email sent by logic app workflow.](./media/tutorial-process-email-attachments-workflow/email-notification.png)
644641

0 commit comments

Comments
 (0)