Skip to content

Commit cf6d044

Browse files
Update quickstart-create-example-consumption-workflow.md
1 parent ff2111e commit cf6d044

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ This example uses an RSS trigger that checks an RSS feed, based on the specified
141141
1. On the logic app code view,
142142
change "feedUrl": "@{encodeURIComponent(encodeURIComponent('https://feeds.a.dj.com/rss/RSSMarketsMain.xml'))}" to
143143
"feedUrl": "@{encodeURIComponent('https://feeds.a.dj.com/rss/RSSMarketsMain.xml')}".
144-
145144
This is necessary due to a double encoding issue, which must be manually corrected.
146145

147146
<a name="add-email-action"></a>

0 commit comments

Comments
 (0)