Use the ConvertXmlToJson activity

Note: Use caution when building or editing a workflow. For further advice or to arrange training, contact your professional services consultant.

The ConvertXmlToJson activity can be used to convert an XML (Extensible Markup Language) value into a JSON (JavaScript Object Notation) value.

The ConvertXmlToJson activity is located in the XML/Json section of the Tribal Toolbox.

Note: The minimum requirement for the ConvertXmlToJson activity is InputObject.

This activity contains the following relevant properties.

Section This field Holds this information...
Inputs InputObject The XML object to convert.
Misc DisplayName

The title of the activity.

Note: The DisplayName property is set to ConvertXmlToJson by default.

Outputs OutputString The converted JSON representation of the object.

ConvertXmlToJson activity

Clicking the ellipsis button adjacent to the relevant field opens the Expression Editor, where you can enter the relevant code in the Visual Basic (VB) format.

Back to top