Convert Xml to Json ¶
This action will allow you to convert any Xml data to Json format.
Fields ¶
- Xml Payload - This is where you input the Xml file you want to convert into Json.
Demonstration on how to use it in a flow ¶
- Drag and drop Convert Xml to Json actio into the flow.
- Configure this action by clicking the gear button to open the settings.
- In the Xml Payload field, click the parameter button and select the XML file you want to convert into Json.
Result ¶
Upon executing a flow that contains Covert Xml to Json action, the flow will retrieve the specified Xml file and then convert it into Json.
Note that this action is best paired with other actions such as Get File Content and Save File actions as shown in the example images.