Skip to content

Commit 59380c3

Browse files
authored
Merge pull request #113385 from mike-urnun-msft/patch-130
(Azure CXP) resolves #53596
2 parents c939a03 + 8b70628 commit 59380c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ You can also have values that don't exist until run time.
198198
To represent these values, you can use *expressions*,
199199
which are evaluated at run time. An expression is a sequence
200200
that can contain one or more [functions](#functions),
201-
[operators](#operators), variables, explicit values,
201+
[operators](#operators), [variables](https://docs.microsoft.com/azure/logic-apps/logic-apps-create-variables-store-values), explicit values,
202202
or constants. In your workflow definition,
203203
you can use an expression anywhere in a JSON
204204
string value by prefixing the expression with the at-sign (\@).

0 commit comments

Comments
 (0)