Get Element Value
Gets the element value from the input XML
Last updated
Gets the element value from the input XML
Last updated
This activity retrieves the specified element value from a given XML.
Input: Required
Input the XML.
Element Tag: Required
Input the tag name of the element to be read.
Index:
Specifies the index from which the element is to be retrieved. Used with Mode AtIndex
.
Method: Select the method to retrieve the value. First selects the value from the first occurrence of the key. All retrieves all key values as a collection. These are the available options.
First
- The first occurrence of the values of the given element is selected.
AtIndex
- The value of the given element at the specified index is selected.
All
- All the values of the given element are selected.
Result: Stores the elements of the given tag in the specified variable