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 merge JSON objects with array using setProperty in Logic Apps?

Using Azure Logic Apps I would like I would like to merge the Vehicles of Sample Item 1 and Sample Item 2, how can I do this? LogicApp Code can be found here: https://pastebin.com/ntt9biYU The Sample Item 1 is the main, Sample Item 2 Vehicles need…
Jay
  • 189
  • 4
  • 12
0
votes
1 answer

How do I use an Azure Logic App to request an OAUTH access token?

Within Postman, using the form-data option, I am able to successfully request an access token from the Petfinder API (see screenshot 1) but I am unable to reproduce this in an Azure Logic App Screenshot 1 I have tried using the following HTTP…
jch
  • 187
  • 3
  • 17
0
votes
1 answer

Azure Logic App Giving Incorrect O365 Graph Auth Token

Within our azure logic app we are looking to pull down O365 groups from Microsoft Graph but are getting a 'Forbidden' error when trying to pull the groups. The token in the logic app run is not attached to the service account which has all the…
0
votes
1 answer

Azure connect MS defender to Logic app using terraform

I am trying to connect the MS Defender for Cloud to a logic app which will post the alerts to an URL. I could do the manual setup without any issue but I am struggling to find the appropriate terraform resources to do it in IaC way. Here is the…
Sunflame
  • 2,993
  • 4
  • 24
  • 48
0
votes
1 answer

Azure Logic app failing - unable to set variable

i have a azure logic app. in a condition it checks for four payment methods 'Cash' 'Cheque' 'Credit Card' 'Transfer'. then it set to a variable in a following step. if it is not a payment method from above four it shows an error saying…
Aruna Prabhath
  • 206
  • 2
  • 10
0
votes
1 answer

How do i attachment a file in the email notification

In Blob storage there are multiple files. But I want to send a specific file(Transaction.xlsx) as a attachment for a specific pipeline the file as to be attached in the specific pipeline.how it can be done in Logical app Transaction…
0
votes
1 answer

from azure logic app how to set title of a file in sharepoint that was created in flow

I would like to create a file with a title in SharePoint using an Azure Logic App. However, the 'create file' action for SharePoint does not provide a field to set the file title (and there is no option to add a new parameter, as seen in pic 1…
Anna
  • 81
  • 5
0
votes
0 answers

How to trigger the azure devops build pipeline using azure logic app

I am trying to setup a slack integration to trigger the azure build pipeline using azure logic app. I have completed the setup for slack command to point to logic app http request endpoint url. however i am unable to extract the parameter value…
0
votes
1 answer

azure logic app expression for entire object after parse JSON action

I have a azure logic app that receives an input json string. I would like to pass this over to a JSON to Table action. However, I am having difficulties as the JSON to Table needs an input of type object. After researching I thought I need to parse…
Anna
  • 81
  • 5
0
votes
2 answers

logic app convert json to key value pair json

Looking forward to an approach to convert simple JSON objects to Key value pair JSON objects using Logic Apps. Like: { "FirstName": "ABC", "LastName": "123", "MiddleName": null, } to [ { "Key":…
Deepak Shaw
  • 461
  • 3
  • 6
0
votes
1 answer

Logic Apps xpath function not returning the names of the elements from an XML object variable

So I have an XML that looks a bit like this in an object variable: Value Value Value Value
0
votes
1 answer

Logic App Connector Policy throws "Property Immutable" error

There is one Logic App Standard which uses a connector to Dataverse. An Access Policy is needed so that Workflows from the Logic App can use the connector. Below are the Bicep files, except the Service Plan which I don't have access to. Using…
tomab
  • 2,061
  • 5
  • 27
  • 38
0
votes
1 answer

Unable to process multiple events in Azure Logic App with 'For each' loop and 'items()' function

I am developing an Azure Logic App to handle notifications for several events (near expiry, expired) on Azure Key Vaults. My setup involves an Event Grid for each Key Vault, all sending their events to the same Logic App. When Event Grid sends…
Auto geek
  • 464
  • 1
  • 6
  • 21
0
votes
2 answers

Azure Automation and Logic Apps for scheduled auto-scaling of Function App

I'm trying to create an Azure automation system to change the number of always ready instances of a Function App (the App Service Plan is Elastic Premium One EP1): The Automation System is created in order to set the number of Always Ready…
0
votes
1 answer

Get all records of Select action inside Do Until loop using logic app

There is a do-until loop that iterates 5 times until variable nextIteration = null. Every iteration has 100 records i.e., 1 iteration = 100 records. Therefore, total records are 5*100 = 500 Now, I want to use above "Select from HTTP request" action…
timz_123
  • 435
  • 1
  • 9
  • 47
1 2 3
99
100