| title | Export XML |
|---|---|
| parent | integration-activities |
With the export-XML action you can export the data stored in domain model entities into an XML document.
{{% alert type="info" %}}
See Microflow Element Common Properties for properties that all activities share (e.g. caption). This page only describes the properties specific to the action.
{{% /alert %}}
The domain-to-XML mapping defines in which way the data in the domain model corresponds with the XML document.
If the domain-to-XML mapping requires an object as input, you can select a variable of the correct type.
There are two methods of storing the result of an Export XML action:
- Inside a 'System.FileDocument'.
- Inside a string variable.