SUBTREE
Extracts a sub tree from the current message.
Syntax
=SUBTREE(TopElement, [IncludeElementKey])
Arguments
| Name | Type | Description |
|---|---|---|
| TopElement | String | Path to the parent element from where to extract the sub tree. |
| IncludeElementKey (optional) | Boolean | Optional flag which indicates if key of requested element should be included. Default value: FALSE |
Return
| Type | Description |
|---|---|
| JSON | The return value contains the JSON Object and is only usable within other functions. See sample below. |
Examples
None