Skip to main content

Create Attrıbute

The Create Attribute operation is used to add an attribute to the specified XML element within an XML document. This operation enables you to dynamically enhance and modify the structure and content of XML data.

Parameters

name: (required) Specifies the name of the attribute to be added.Type : String

value: (required) Specifies the value of the attribute to be added.Type : Object

result: (optional) Specifies the variable to store the result of the operation (e.g., success or failure).Type : XAttrıbute

Usage

To use the Create Attribute operation, include it as a step within your RPA (Robotic Process Automation) workflow. Configure the operation with the appropriate parameters as shown in the following example: