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 Argument Required Input the XML.

  • Element Tag: String Argument Required Input the tag name of the element to be read.

  • Index: Integer Argument 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.

Output

Last updated