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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -125,7 +125,7 @@ This example uses an RSS trigger that checks an RSS feed, based on the specified
125
125
126
126
| Property | Required | Value | Description |
127
127
|----------|----------|-------|-------------|
128
-
|**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. |
128
+
|**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.content.dowjones.io/public/rss/RSSMarketsMain**. 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. |
129
129
|**Chosen Property Will Be Used To Determine Which Items are New**| No |**PublishDate**| The property that determines which items are new. |
130
130
|**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). |
131
131
|**Frequency**| Yes |**Minute**| The unit of frequency to use for every interval. <br><br>This example uses **Minute** as the frequency. |
@@ -140,11 +140,11 @@ This example uses an RSS trigger that checks an RSS feed, based on the specified
140
140
>
141
141
> Don't select **Code view** in the trigger information pane, which opens code view in read-only mode.
142
142
143
-
1. In the code editor, find the line **`"feedUrl": "@{encodeURIComponent(encodeURIComponent(`https://feeds.a.dj.com/rss/RSSMarketsMain.xml'))}"`**.
143
+
1. In the code editor, find the line **`"feedUrl": "@{encodeURIComponent(encodeURIComponent(`https://feeds.content.dowjones.io/public/rss/RSSMarketsMain'))}"`**.
144
144
145
145
1. Remove the extra function named **`encodeURIComponent()`** so that you have only one instance, for example:
0 commit comments