Top "Azure-logic-apps" questions

Azure Logic Apps is a cloud service that helps you build automated business process and enterprise integration workflows through a visual designer.

How to do a 'null' check in 'if' condition action of Azure Logic App

I've created a logic app which contains some trigger, an 'http' connector and then an 'If' condition activity. The 'http' …

json azure azure-logic-apps
Parsing JSON in Azure Logic App

I have a HTTP listener that I am sending a JSON post body with. { "recipient":"[email protected]", "subject":"this …

azure azure-logic-apps
Declaring and using a "parameter" in Logic Apps

In my file LogicApp.parameters.json I've declared the extra parameter called MyFirstNewParameter full file contents below { "$schema": "https://schema.…

metadata azure-logic-apps workflow-definition-language
Azure Functions vs. Logic Apps

Functions & Logic Apps are two distinct offerings by Microsoft Azure. I wonder what are the use cases that one …

azure-logic-apps azure-functions
Parse text in Azure Logic Apps

I want to create Azure Logic App which will constantly request a specific website on the Internet and parse received …

azure azure-functions azure-logic-apps workflow-definition-language
How to read a CSV file line by line in Azure Logic App?

I have an Azure Logic app which picks a file from the Sharepoint site. In the next step, I want …

azure-functions azure-logic-apps
How to Process XML in Azure Logic App

I'll start with the behavior we are looking to have: Take in a file (be it JSON or XML, but …

xml azure azure-logic-apps
Azure Logic Apps 'Execute SQL Query' Connector

I am trying to implement several Azure Logic Apps that query/update an Azure SQL Server Database. The queries return …

sql azure azure-sql-database azure-logic-apps
Logic App - Create CSV table from JSON output

I've created a Runbook which starts or shutsdown VMs and then spits the result in a JSON output. I'm having …

csv azure-logic-apps azure-runbook