Skip to content

Commit 64b9b94

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,9 +139,9 @@ This example uses an RSS trigger that checks an RSS feed, based on the specified
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

141141
1. On the logic app code view,
142-
On the Logic App code view,
143142
change "feedUrl": "@{encodeURIComponent(encodeURIComponent('https://feeds.a.dj.com/rss/RSSMarketsMain.xml'))}" to
144-
"feedUrl": "@{encodeURIComponent('https://feeds.a.dj.com/rss/RSSMarketsMain.xml')}".
143+
"feedUrl": "@{encodeURIComponent('https://feeds.a.dj.com/rss/RSSMarketsMain.xml')}".
144+
145145
This is necessary due to a double encoding issue, which must be manually corrected.
146146

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

0 commit comments

Comments
 (0)