Skip to content

Commit 8acbac2

Browse files
authored
Merge pull request #285186 from ecfan/uuf
[UUF] RSS trigger - Update with min polling interval
2 parents c3da3f2 + 7d1f320 commit 8acbac2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
297 Bytes
Loading

articles/logic-apps/quickstart-create-example-consumption-workflow.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ This example uses an RSS trigger that checks an RSS feed, based on the specified
128128
|----------|----------|-------|-------------|
129129
| **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. |
130130
| **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). |
132132
| **Frequency** | Yes | **Minute** | The unit of frequency to use for every interval. <br><br>This example uses **Minute** as the frequency. |
133133
| **Time Zone** | No | <*time-zone*> | The time zone to use for checking the RSS feed |
134134
| **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
181181

182182
1. With the cursor still in the **Subject** box, select the dynamic content list (lightning icon).
183183

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":::
185185

186186
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.
187187

@@ -193,7 +193,7 @@ This example uses an Office 365 Outlook action that sends an email each time tha
193193

194194
After you finish, the email subject looks like the following example:
195195

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":::
197197

198198
> [!NOTE]
199199
>
@@ -213,7 +213,7 @@ This example uses an Office 365 Outlook action that sends an email each time tha
213213
| `Date published:` | **Feed published on** | The item's publishing date and time |
214214
| `Link:` | **Primary feed link** | The URL for the item |
215215

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":::
217217

218218
1. Save your workflow. On the designer toolbar, select **Save**.
219219

0 commit comments

Comments
 (0)