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 ArgumentRequiredSet XML as input .Target Element:
String ArgumentRequiredInput the XPath for obtaining the target element.Element Value:
String ArgumentRequiredInput the value for the specified element.Index:
Integer ArgumentSpecifies 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 VariableStores the XML code after setting the element value in the specified String variable
Last updated