@Rashmiramchandra Prabhu Thanks for reaching out. You need to use the integration account as you want to use the liquid template
To create a Liquid template to transform XML to JSON and vice versa in Visual Studio 2019 Logic App, you can follow these steps:
- Please refer to this document on the steps managing your logic app/creating the project.
- In the Logic App Designer, add a new Liquid action to your workflow.
- In the Liquid action, select "Transform JSON to JSON" or "Transform XML to JSON" depending on your input data type.
- In the "Template" field, enter your Liquid template code. For example, to transform XML to JSON, you can use the following template:
[{% JSONArrayFor item in content -%}
{{item}}
{% endJSONArrayFor -%}]
- Save the Liquid action and your Logic App project.