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')
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
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
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
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
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: