Set Element Value

Sets a value to a given element.

This activity sets a given value to a user-specified element in the given XML input. XPath is used to obtain the target element.

Input

  • Input: String Argument Required Set XML as input .

  • Target Element: String Argument Required Input the XPath for obtaining the target element.

  • Element Value: String Argument Required Input the value for the specified element.

  • Index: Integer Argument Specifies the index at which the element is to be set. Used with Mode AtIndex.

  • Mode: Select the method where the element to be inserted. These are the available options.

    • First(default) - The element value is set in the first occurrence of the element specified in the XPath

    • AtIndex - The element value is set at a specified index.

    • All - The value is set at all the occurrences of the specified element.

Output

Last updated