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/quickstart-create-first-logic-app-workflow.md
+4-9Lines changed: 4 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@ Next, add a [trigger](../logic-apps/logic-apps-overview.md#logic-app-concepts) t
68
68
69
69
1. In Logic App Designer, under the search box, select **All**.
70
70
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**
72
72
73
73

74
74
@@ -103,7 +103,7 @@ Now add an [action](../logic-apps/logic-apps-overview.md#logic-app-concepts) tha
103
103
104
104
1. Under **Choose an action** and the search box, select **All**.
105
105
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.
107
107
108
108

109
109
@@ -120,7 +120,7 @@ Now add an [action](../logic-apps/logic-apps-overview.md#logic-app-concepts) tha
120
120
121
121
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.
122
122
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:`
124
124
125
125

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

134
134
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**.
137
136
138
137
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.
139
138
@@ -180,10 +179,6 @@ When you no longer need this sample, delete the resource group that contains you
180
179
> If you have thousands of runs, cancellation might
181
180
> take significant time to complete.
182
181
183
-
## Get support
184
-
185
-
For questions, visit the [Azure Logic Apps forum](https://social.msdn.microsoft.com/Forums/home?forum=azurelogicapps).
186
-
187
182
## Next steps
188
183
189
184
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