Skip to content

Commit ca4c2b2

Browse files
committed
Add note per feedback
1 parent 50114a8 commit ca4c2b2

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
@@ -3576,7 +3576,7 @@ setProperty(<object>, '<property>', <value>)
35763576
| <*value*> | Yes | Any | The value to set for the specified property |
35773577
|||||
35783578

3579-
To set a child property for an existing property, use this syntax:
3579+
To set the child property in a child object, use a nested `setProperty()` call instead. Otherwise, the function returns only the child object as output.
35803580

35813581
```
35823582
setProperty(<object>['<parent-property>'], '<parent-property>', setProperty(<object>['parentProperty'], '<child-property>', <value>))

0 commit comments

Comments
 (0)