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-example-consumption-workflow.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -128,7 +128,7 @@ This example uses an RSS trigger that checks an RSS feed, based on the specified
128
128
|----------|----------|-------|-------------|
129
129
|**The RSS feed URL**| Yes | <*RSS-feed-URL*> | The RSS feed URL to monitor. <br><br>This example uses the Wall Street Journal's RSS feed at **https://feeds.a.dj.com/rss/RSSMarketsMain.xml**. However, you can use any RSS feed that doesn't require HTTP authorization. Choose an RSS feed that publishes frequently, so you can easily test your workflow. |
130
130
|**Chosen Property Will Be Used To Determine Which Items are New**| No |**PublishDate**| The property that determines which items are new. |
131
-
|**Interval**| Yes |**1**| The number of intervals to wait between feed checks. <br><br>This example uses **1** as the interval. |
131
+
|**Interval**| Yes |**30**| The number of intervals to wait between feed checks. <br><br>This example uses **30** as the interval because this value is the [minimum interval for the **RSS** trigger](/connectors/rss/#general-limits). |
132
132
|**Frequency**| Yes |**Minute**| The unit of frequency to use for every interval. <br><br>This example uses **Minute** as the frequency. |
133
133
|**Time Zone**| No | <*time-zone*> | The time zone to use for checking the RSS feed |
134
134
|**Start Time**| No | <*start-time*> | The start time to use for checking the RSS feed |
@@ -181,7 +181,7 @@ This example uses an Office 365 Outlook action that sends an email each time tha
181
181
182
182
1. With the cursor still in the **Subject** box, select the dynamic content list (lightning icon).
183
183
184
-
:::image type="content" source="media/quickstart-create-example-consumption-workflow/send-email-open-dynamic-content.png" alt-text="Screenshot shows action named Send an email, cursor in box named Subject, and selected option for dynamic content list." lightbox="media/quickstart-create-example-consumption-workflow/send-email-open-dynamic-content.png":::
184
+
:::image type="content" source="media/quickstart-create-example-consumption-workflow/send-email-open-dynamic-content.png" alt-text="Screenshot shows the action named Send an email, cursor in box named Subject, and selected option for dynamic content list." lightbox="media/quickstart-create-example-consumption-workflow/send-email-open-dynamic-content.png":::
185
185
186
186
1. From the dynamic content list that opens, under **When a feed item is published**, select **Feed title**, which is a trigger output that references the title for the RSS item.
187
187
@@ -193,7 +193,7 @@ This example uses an Office 365 Outlook action that sends an email each time tha
193
193
194
194
After you finish, the email subject looks like the following example:
195
195
196
-
:::image type="content" source="media/quickstart-create-example-consumption-workflow/send-email-feed-title.png" alt-text="Screenshot shows action named Send an email, with example email subject and included property named Feed title." lightbox="media/quickstart-create-example-consumption-workflow/send-email-feed-title.png":::
196
+
:::image type="content" source="media/quickstart-create-example-consumption-workflow/send-email-feed-title.png" alt-text="Screenshot shows the action named Send an email, with example email subject and included property named Feed title." lightbox="media/quickstart-create-example-consumption-workflow/send-email-feed-title.png":::
197
197
198
198
> [!NOTE]
199
199
>
@@ -213,7 +213,7 @@ This example uses an Office 365 Outlook action that sends an email each time tha
213
213
|`Date published:`|**Feed published on**| The item's publishing date and time |
214
214
|`Link:`|**Primary feed link**| The URL for the item |
215
215
216
-
:::image type="content" source="media/quickstart-create-example-consumption-workflow/send-email-body.png" alt-text="Screenshot shows action named Send an email, with descriptive text and properties in the box named Body." lightbox="media/quickstart-create-example-consumption-workflow/send-email-body.png":::
216
+
:::image type="content" source="media/quickstart-create-example-consumption-workflow/send-email-body.png" alt-text="Screenshot shows the action named Send an email, with descriptive text and properties in the box named Body." lightbox="media/quickstart-create-example-consumption-workflow/send-email-body.png":::
217
217
218
218
1. Save your workflow. On the designer toolbar, select **Save**.
0 commit comments