Skip to main content

Create Element

The Create Element operation is used to create a new XML element within an XML document. This operation allows you to dynamically add elements and their content to the XML structure.

Parameters

name: (required) Specifies the name of the element to be created.Type : String

content: (optional) Specifies the content or value of the element.Type : Object

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

Usage

To use the Create Element operation, include it as a step within your RPA (Robotic Process Automation) workflow. Configure the operation with the appropriate parameters.