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 ModeAtIndex
.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 XPathAtIndex
- The element value is set at a specified index.All
- The value is set at all the occurrences of the specified element.
Output
Result:
String Variable
Stores the XML code after setting the element value in the specified String variable
Last updated