Update Attrıbute
The "Update Attribute" tool is used to update the value of a specific attribute for a target element.
Parameters
Element: This parameter represents the target element for which you want to update the attribute.Type : XElement
Name: This parameter specifies the name of the attribute that you want to update.Type : String
Value: This parameter represents the new value that you want to assign to the attribute.Type : Object
Usage
Drag and drop the Update Attribute component into your sequence or workflow. Identify the target element for which you want to update the attribute.
Determine the name of the attribute that you want to update.
Specify the new value that you want to assign to the attribute.
Execute the "Update Attribute" tool and provide the necessary parameters:
Assign the target element to the "Element" parameter.
Specify the name of the attribute to be updated in the "Name" parameter.
Assign the new value to be assigned to the attribute in the "Value" parameter.
Once the tool is executed, it will update the value of the specified attribute for the target element.