Skip to content

Commit 5bb0df1

Browse files
LimitlessDevvecfan
andauthored
Update articles/logic-apps/quickstart-create-example-consumption-workflow.md
Co-authored-by: Esther Fan <[email protected]>
1 parent 790a667 commit 5bb0df1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,11 @@ This example uses an RSS trigger that checks an RSS feed, based on the specified
136136

137137
1. Save your workflow. On the designer toolbar, select **Save**.
138138

139-
1. On the designer toolbar, select **Code view**. In the code editor, change the line **`"feedUrl": "@{encodeURIComponent(encodeURIComponent(`https://feeds.a.dj.com/rss/RSSMarketsMain.xml'))}"`** to the following version:
139+
1. On the designer toolbar, select **Code view**.
140+
141+
1. In the code editor, find the line **`"feedUrl": "@{encodeURIComponent(encodeURIComponent(`https://feeds.a.dj.com/rss/RSSMarketsMain.xml'))}"`**.
142+
143+
1. Remove the extra function named **`encodeURIComponent()`** so that you have only one instance, for example:
140144

141145
**`"feedUrl": "@{encodeURIComponent('https://feeds.a.dj.com/rss/RSSMarketsMain.xml')}"`**
142146

0 commit comments

Comments
 (0)