Get Element Value
Gets the element value from the input XML
This activity retrieves the specified element value from a given XML.
Input
Input:
String ArgumentRequiredInput the XML.Element Tag:
String ArgumentRequiredInput the tag name of the element to be read.Index:
Integer ArgumentSpecifies the index from which the element is to be retrieved. Used with ModeAtIndex.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.
Output
Result:
String VariableStores the elements of the given tag in the specified String variable
Last updated