How to convert JSON to XML using Integration Account or Liquid Templates in Azure Logic Apps?

991 Views Asked by At

Are there any concrete examples where a JSON file is converted to XML using an Integration Account? I specifically want to have influence over the the transformation so a direct @xml(..) is not an option.

1

There are 1 best solutions below

0
On

You cannot convert JSON to XML as we don't have the Liquid template

Azure

We need to Create a liquid template and add that to our Integration account.

Click here to get the complete knowledge on Liquid templates and sample codes