Questions tagged [azure-logic-apps]

Azure Logic Apps is a cloud service that helps you build automated business process and enterprise integration workflows through a visual designer. For more control, you can change the runtime by using the Logic Apps Workflow Definition Language. Logic Apps easily consume API apps such as Outlook 365, DropBox, and more. You can call logic apps with schedule-based triggers, webhook triggers, or programmatically.

Azure Logic Apps is a cloud service that helps you build automated business process and enterprise integration workflows by using a visual designer. For more control, you can create or extend existing workflows with the Logic Apps Workflow Definition Language. Logic apps easily consume API apps such as Outlook 365, DropBox, SendGrid, and more. You can call logic apps with schedule-based triggers, webhook triggers, or programmatically.

For more information, see the Azure Logic Apps page at https://azure.microsoft.com/services/logic-apps, or the documentation at https://learn.microsoft.com/azure/logic-apps/. Learn more about the Workflow Definition Language at https://learn.microsoft.com/azure/logic-apps/logic-apps-workflow-definition-language.

3898 questions
0
votes
1 answer

how to create logic app with standard plan using powershell

I am not able to create a logic app from PowerShell with standard mode, I can be able to create consumption plan logic App. Also when I fetch logic apps under my resource group with command Get-AzResource, its only displaying logic apps with…
0
votes
2 answers

How can we retrieve list of Azure AD Administrator using Azure Logic App?

I am working on a scenario where I need to fetch the list of users having admin access (Global Administrator) permission on Azure AD and send them an email. However, when I started working on it I could not find any action in logic app designer…
0
votes
1 answer

Azure Logic App doesn't found my Google sheet where add a single row

I'm trying to create my first logic app and I'm totally blind so sorry if this question should seem silly. Told that, the logic app should receive an http request with 5 parameters and than copyies these parameters into a Google sheet on my Google…
Filippo1980
  • 2,745
  • 5
  • 30
  • 44
0
votes
1 answer

Is it possible to handle trigger error in Power Automate or Logic App?

Using "Configure run after" to handle errors thrown by flow action is a well-known pattern. But what about a trigger that has failed? Is there a way to configure the flow to, say, send a message, when an error occurs in a trigger? For example, my…
0
votes
1 answer

terraform azure logic app not importing workflow_parameters that has a $ in it

I am trying to import an Azure logic App workfow using terraform. My module is defined as below : resource "azurerm_logic_app_workflow" "logic_app_workflow" { for_each = var.logic_app_workflows name =…
lviswanath
  • 21
  • 4
0
votes
1 answer

How to set blob meta data from Azure logic app

I'm storing blobs in an Azure storage account from a Logic App. I also want to set some metadata for each blob as I'm saving it. I can recall blob metadata from a logic app, but I cannot see a way to set it. There is no documentation I can find and…
Damo
  • 1,898
  • 7
  • 38
  • 58
0
votes
1 answer

Terraform logic app throwing error : not accepting input for workflow_parameters

I am trying to create a Azure logic App workfow using terraform. My module is defined as below : resource "azurerm_logic_app_workflow" "logic_app_workflow" { for_each = var.logic_app_workflows name =…
0
votes
1 answer

Getting below authentication error while connecting outlook.com /360 through the logic apps already have the contributor access

Failed to create connection for connection id '/subscriptions/xxx/resourceGroups/test/providers/Microsoft.Web/connections/outlook'. The client 'xxx@xxx.xxx' with object id 'xxx' does not have authorization to perform action…
0
votes
0 answers

Deploy Workflow into logic app standard: error

I am trying to deploy workflow into my Logic App standard, and I am getting this error: Workflow 'wwwroot' validation and creation failed. Error: 'The API connection reference name 'demoonedrive' in action 'List_files_in_folder' is invalid. No…
Abkade
  • 1
  • 2
0
votes
1 answer

How to change the order in which parameters are arranged in the body of post to a soap api from an azure portal custom connector

I am trying to get data from a soap api. From most of the endpoints it is going without a hitch. I am working in azure portal and have set up a custom connector. The logic app I'm building uses this custom connector. However, one of the endpoints…
0
votes
1 answer

Storing SSH private key in as a logic app AppSetting

We are having problems using an SFTP connection in Logic App with an SSH private key, when the key is stored as an app setting. The connection needs the key to be in multiline format, which it is, but it doesn't work. If the key is stored directly…
Viggo Lundén
  • 748
  • 1
  • 6
  • 31
0
votes
2 answers

Azure Logic App (consumption) access to Storage Account behind VNET

I'm having an issue when trying to access Tables on an Storage Account from a Consumption Logic App. The problem is that the Storage Account is connected to a VNET, it has Firewall Rules to filter traffic from specific Subnets and IP Addresses, the…
Diego Satizabal
  • 119
  • 1
  • 7
0
votes
1 answer

Terraform logic app throwing error : expanding `workflow_parameters`: json: cannot unmarshal array into Go value of type map[string]interface {}

I am trying to create a Azure logic App workfow using terraform. My module is defined as below : resource "azurerm_logic_app_workflow" "logic_app_workflow" { for_each = var.logic_app_workflows name = each.value["name"] …
0
votes
0 answers

Unable to create new connection in LogicApp for Mysql

when try to create new connection for mysql from Logicapps, we are getting below error message. Failed to create connection: {"error":{"code":"ApiConnectionIsInConflictState","message":"The api connection 'azuremysql' is being cleaned up. Please try…
0
votes
1 answer

migrate multiple files from one storage container to another container using azure logicapps

I have created logic app as shown in image. My requirement is moving all files/data in my input container to output container with in same storage and diff storage account. As shown in storage account container image i have multiple files but i am…
frezsha
  • 3
  • 3