Skip to content

Commit 57d14b2

Browse files
authored
Refine Option 4 description
1 parent 22a9497 commit 57d14b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

articles/logic-apps/expression-functions-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5021,7 +5021,7 @@ xml(
50215021
)
50225022
```
50235023

5024-
Option 4: Similar to option 3, but uses `addProperty()` instead of concat() function to build the JSON object before passing the result to the xml() function, for example:
5024+
Option 4: Similar to option 3, but uses `addProperty()` instead of the `concat()` function to create the JSON object before passing it to the `xml()` function, for example:
50255025

50265026
```
50275027
xml(

0 commit comments

Comments
 (0)