Category "azure-logic-apps"

How to prevent alphabetical sorting when converting from JSON to XML in Azure Logic App

I'm using the xml() function in Azure Logic app to convert a JSON formatted text to XML. My function: xml(json(concat('{"root":', string(variables('JsonObject')

How do I parse a JSON from Azure Blob Storage file in Logic App?

I have a JSON file in Azure Blob storage that I need to parse and insert rows into SQL using the Logic App. I am using the "Get Blob Content" and my first atte

Automate the Standard logicapp using Azure Devops pipeline/How to create standard type Logic Apps using ARM templates?

Can someone pls help me to automate build and release pipelines for Standard logicapp in Azure DevOps. I can create consumption type logic apps with sample work

ADF Copy Pipeline not reading/writing all rows

I have a simple copy pipeline that reads from a CSV file and writes to a Azure SQL database. The pipeline finishes with no errors. On inspection, however, I ca

Convert JSON to XML in Logic Apps

I have parsed a JSON string in Logic Apps using the parse json connector. How do I put the output from that step into an xml file? One suggestion I've seen is

Liquid - How do I setup liquid template locally

How do I set up Liquid Templates locally? Suppose, I have this liquid template and I want to run this locally. {%- assign deviceList = content.devices | Split: