Skip to content

Commit 96214ab

Browse files
authored
Merge pull request #112102 from PramodValavala-MSFT/patch-107
(AzureCXP) fix JSON
2 parents b97eae2 + 96e510c commit 96214ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/logic-apps/workflow-definition-language-functions-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2581,7 +2581,7 @@ retrieving the current index value.
25812581
"runAfter": {}
25822582
}
25832583
},
2584-
"expression": "@equals(variables('myCounter'), 5),
2584+
"expression": "@equals(variables('myCounter'), 5)",
25852585
"limit": {
25862586
"count": 60,
25872587
"timeout": "PT1H"

0 commit comments

Comments
 (0)