Skip to main content

Save Xml File

The "Save XML File" tool is used to save an XML document to a specified file path.

Parameters

Save File Path: This parameter represents the file path where the XML document will be saved.

Document: This parameter represents the XML document that will be saved.Type : xDocument

Result: This parameter stores the result of the save operation.Type : String

Usage

Drag and drop the Save Xml File component into your sequence or workflow. Prepare the XML document that you want to save.

Execute the "Save XML File" tool and provide the necessary parameters:

Specify the file path where the XML document will be saved in the "Save File Path" parameter.

Assign the XML document to the "Document" parameter.

Prepare a variable or parameter to store the result of the save operation and assign it to the "Result" parameter.

Once the tool is executed, it will save the XML document to the specified file path and store the result of the operation in the designated variable or parameter.