Skip to content

Commit ad2bc56

Browse files
committed
Formatting edits
1 parent 95dd6eb commit ad2bc56

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

articles/logic-apps/quickstart-create-first-logic-app-workflow.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Next, add a [trigger](../logic-apps/logic-apps-overview.md#logic-app-concepts) t
6868

6969
1. In Logic App Designer, under the search box, select **All**.
7070

71-
1. In the search box, enter "rss". From the triggers list, select this trigger: **When a feed item is published - RSS**
71+
1. In the search box, enter `rss`. From the triggers list, select this trigger: **When a feed item is published**
7272

7373
![Select "When a feed item is published" trigger](./media/quickstart-create-first-logic-app-workflow/add-rss-trigger-new-feed-item.png)
7474

@@ -103,7 +103,7 @@ Now add an [action](../logic-apps/logic-apps-overview.md#logic-app-concepts) tha
103103

104104
1. Under **Choose an action** and the search box, select **All**.
105105

106-
1. In the search box, enter "send an email". From the actions list, select the "send an email" action for the email provider that you want.
106+
1. In the search box, enter `send an email`. From the actions list, select the "send an email" action for the email provider that you want.
107107

108108
![Select the "Send an email" action for Office 365 Outlook](./media/quickstart-create-first-logic-app-workflow/add-action-send-email.png)
109109

@@ -120,7 +120,7 @@ Now add an [action](../logic-apps/logic-apps-overview.md#logic-app-concepts) tha
120120

121121
For now, ignore the **Add dynamic content** list that appears. When you click inside some edit boxes, this list appears and shows any available parameters from the previous step that you can include as inputs in your workflow.
122122

123-
1. In the **Subject** box, enter this text with a trailing blank space: ```New RSS item:```
123+
1. In the **Subject** box, enter this text with a trailing blank space: `New RSS item: `
124124

125125
![In the "Subject" property, enter your email subject](./media/quickstart-create-first-logic-app-workflow/add-action-send-email-subject.png)
126126

@@ -132,8 +132,7 @@ Now add an [action](../logic-apps/logic-apps-overview.md#logic-app-concepts) tha
132132

133133
![Finished email subject example for added feed title](./media/quickstart-create-first-logic-app-workflow/add-action-send-email-feed-title.png)
134134

135-
If a "For each" loop appears on the designer, then you selected a token for an array, for example, the **categories-Item** token. For these kinds of tokens, the designer automatically
136-
adds this loop around the action that references that token. That way, your logic app performs the same action on each array item. To remove the loop, select the **ellipses** (**...**) on the loop's title bar, then select **Delete**.
135+
If a "For each" loop appears on the designer, then you selected a token for an array, for example, the **categories-Item** token. For these kinds of tokens, the designer automatically adds this loop around the action that references that token. That way, your logic app performs the same action on each array item. To remove the loop, select the **ellipses** (**...**) on the loop's title bar, then select **Delete**.
137136

138137
1. In the **Body** box, enter this text, and select these tokens for the email body. To add blank lines in an edit box, press Shift + Enter.
139138

@@ -180,10 +179,6 @@ When you no longer need this sample, delete the resource group that contains you
180179
> If you have thousands of runs, cancellation might
181180
> take significant time to complete.
182181
183-
## Get support
184-
185-
For questions, visit the [Azure Logic Apps forum](https://social.msdn.microsoft.com/Forums/home?forum=azurelogicapps).
186-
187182
## Next steps
188183

189184
In this quickstart, you created your first logic app that checks for RSS updates based your specified schedule (every minute), and takes action (sends email) when updates exist. To learn more, continue with this tutorial that creates more advanced schedule-based workflows:

0 commit comments

Comments
 (0)