Skip to content

Commit ff2111e

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -138,11 +138,11 @@ This example uses an RSS trigger that checks an RSS feed, based on the specified
138138

139139
This step instantly publishes your logic app resource and workflow live in the Azure portal. However, the trigger only checks the RSS feed without taking any other actions. So, you need to add an action to specify what you want to happen when the trigger fires.
140140

141-
1. On the logic app code view,
142-
change "feedUrl": "@{encodeURIComponent(encodeURIComponent('https://feeds.a.dj.com/rss/RSSMarketsMain.xml'))}" to
143-
"feedUrl": "@{encodeURIComponent('https://feeds.a.dj.com/rss/RSSMarketsMain.xml')}".
141+
1. On the logic app code view,
142+
change "feedUrl": "@{encodeURIComponent(encodeURIComponent('https://feeds.a.dj.com/rss/RSSMarketsMain.xml'))}" to
143+
"feedUrl": "@{encodeURIComponent('https://feeds.a.dj.com/rss/RSSMarketsMain.xml')}".
144144

145-
This is necessary due to a double encoding issue, which must be manually corrected.
145+
This is necessary due to a double encoding issue, which must be manually corrected.
146146

147147
<a name="add-email-action"></a>
148148

0 commit comments

Comments
 (0)