Skip to content

Commit 68648f3

Browse files
authored
Update quickstart-create-logic-apps-visual-studio-code.md
Fix trigger definition code
1 parent f3790f9 commit 68648f3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/logic-apps/quickstart-create-logic-apps-visual-studio-code.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ Before you start, make sure that you have these items:
157157
"When_a_feed_item_is_published": {
158158
"recurrence": {
159159
"frequency": "Minute",
160-
"interval": 1
160+
"interval": 30
161161
},
162162
"splitOn": "@triggerBody()?['value']",
163163
"type": "ApiConnection",
@@ -170,7 +170,8 @@ Before you start, make sure that you have these items:
170170
"method": "get",
171171
"path": "/OnNewFeed",
172172
"queries": {
173-
"feedUrl": "http://feeds.reuters.com/reuters/topNews"
173+
"feedUrl": "@{encodeURIComponent('')}",
174+
"sinceProperty": "PublishDate"
174175
}
175176
}
176177
}

0 commit comments

Comments
 (0)