Set Element Value
Sets a value to a given element.
Last updated
Sets a value to a given element.
Last updated
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: Required
Set XML as input .
Target Element: Required
Input the XPath for obtaining the target element.
Element Value: Required
Input the value for the specified element.
Index:
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.
Result: Stores the XML code after setting the element value in the specified variable