2,997 questions with Azure Logic Apps tags

Sort by: Updated
1 answer One of the answers was accepted by the question author.

Pros and Cons between Logic Apps and Azure Data Factory specifically in relation within a Private Lake. Any Preference???

Pros and Cons between Logic Apps and Azure Data Factory specifically in relation within a Private Lake. Any Preference???

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,681 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,997 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,196 questions
asked 2020-07-10T15:08:15.58+00:00
Abhijit Nath 21 Reputation points
accepted 2020-07-23T05:04:28.76+00:00
Abhijit Nath 21 Reputation points
1 answer One of the answers was accepted by the question author.

Logic App stops detecting Blob Storage changes

We have a Logic App that monitors a blob storage path. On Sunday evening that blob storage location reached approximately 33k blob files. At this point, our logic app continued to trigger, once every minute, but each trigger was skipped as if it…

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,640 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,997 questions
asked 2020-07-21T15:26:12.4+00:00
Josh Rogers 21 Reputation points
accepted 2020-07-22T15:24:37.553+00:00
Josh Rogers 21 Reputation points
1 answer

AuthorizationFailed Response - Asynchoronous Pattern Logic App with restricted access to specific IP addresses

I have a asynchronous pattern HTTP request - response logic app which has the Access control configuration set to "Specific IP ranges". Once I invoke the logic app, it returns 202 with the location header to check the real response back. If I…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,997 questions
asked 2020-07-03T17:28:24.543+00:00
Isham Mohamed 1 Reputation point
commented 2020-07-22T07:44:30+00:00
Pramod Valavala 20,611 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Get Blob Content using path action - dealing with chunked content

Hello, I have a 150MB json file in a blob container. My goal is to read the contents of the file within Logic Apps and do some insertions into a database. When I execute the Get Blob Content using Path the action seems to grab all the content.…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,997 questions
asked 2020-07-16T21:45:09.107+00:00
Mike Lee 247 Reputation points
accepted 2020-07-20T13:34:27.423+00:00
Mike Lee 247 Reputation points
1 answer One of the answers was accepted by the question author.

SFTP Connector - 'List files in folder' action failing to list files in folder

Hello, I'm working on an integration that transforms files from an FTP site. In my dev environment everything is working as expected. I recently promoted my code and ARM template to a stage environment and now the SFTP connector is failing to list the…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,997 questions
asked 2020-07-16T15:48:44.653+00:00
David King 46 Reputation points
accepted 2020-07-20T12:41:40.39+00:00
David King 46 Reputation points
1 answer

Azure logic app to grab the id from completed step into next one

Hi There, We are using Salesforce connector in Azure logic apps. We are using a trigger when an account is modified. Now, an account can have one or more contacts associated to it. One to many relationship What we need is when an account is…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,997 questions
asked 2020-06-09T05:51:54.35+00:00
parth Patel 1 Reputation point
commented 2020-07-20T06:18:24.573+00:00
Pramod Valavala 20,611 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Azure Logic Apps facebook custom connector is not authenticate

I have followed this open source code to creating custom Facebook connector on azure logic app, the custom Facebook connector has been created successfully now I have one problem when I want to authenticate with facebook I got this error message I have…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,997 questions
asked 2020-07-09T11:26:29.513+00:00
DevJunior20 41 Reputation points
commented 2020-07-19T09:33:41.647+00:00
DevJunior20 41 Reputation points
1 answer One of the answers was accepted by the question author.

Malformed api.id value error when using apim workflow in Logic App

I'm trying to call an API operation that I have built myself from a Logic App. When I save the solution, I get the following error: Failed to save logic app logic-batch-not-in-loading-order- v1. The workflow operation 'test-call' of type…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,960 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,997 questions
asked 2020-07-16T12:16:28.44+00:00
Anthony Bateman 26 Reputation points
accepted 2020-07-17T14:31:04.177+00:00
Anthony Bateman 26 Reputation points
1 answer One of the answers was accepted by the question author.

Forbidden to trigger Logic App workflow via HTTP request

Hi, I am having troubles allowing our client id to trigger LA run. Not sure how to add the missing permissions. Listing runs history via API works just fine with our API credentials but triggering new run gets Forbidden error: The client '...'…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,997 questions
asked 2020-07-15T08:25:08.09+00:00
Funnel 26 Reputation points
commented 2020-07-17T09:09:31.03+00:00
Funnel 26 Reputation points
1 answer One of the answers was accepted by the question author.

Deploy smart contract using Ethereum Blockchain logic app connector is not working

I am using Ethereum Blockchain logic app connector to deploy a smart contract. When I trigger the logic app to deploy SC, I get the response with Contract Address and Transaction Hash. But when I use the contract address to get smart contract state (all…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,997 questions
Not Monitored
Not Monitored
Tag not monitored by Microsoft.
37,803 questions
asked 2020-07-16T13:49:53.337+00:00
Selva Raj 116 Reputation points
commented 2020-07-17T05:21:36.853+00:00
AshokPeddakotla-MSFT 30,511 Reputation points
1 answer One of the answers was accepted by the question author.

Logic-Apps Collection function Join failing for Null values

Hi, I have a logic apps with http call, Parsing the response and trying to insert the data into a Oracle Database table. Response has some array fields which needs to be appended to form a string in order to get inserted into a table. To achieve this…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,997 questions
asked 2020-07-02T14:45:41.17+00:00
Praveen Katta 21 Reputation points
accepted 2020-07-16T14:05:18.407+00:00
Praveen Katta 21 Reputation points
1 answer One of the answers was accepted by the question author.

Http Webhook Outputs does not have body content, only headers

Hi, I set up the http webhook action in my logic app. it posts the callback url to my Azure function with http trigger, that queues a message to my other Azure function with queue trigger so I can do long running job at the end, the queue triggered…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,997 questions
asked 2020-07-12T04:43:42.83+00:00
Wosi Man 41 Reputation points
accepted 2020-07-15T17:25:41.51+00:00
Wosi Man 41 Reputation points
1 answer

I am trying to create azure logic apps and based on event inside my storage account ,the entry should be updated inside container but its not.I amusing a free trial account and have tested azure functions with same as well even though credit is exhausted

attaching the screenshot as well which I shared with MS person before.11546-gmail-logic-apps-issue.pdf

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,997 questions
asked 2020-07-08T18:39:18.407+00:00
bhakti sendha 41 Reputation points
answered 2020-07-15T08:30:08.3+00:00
MayankBargali-MSFT 70,016 Reputation points
1 answer One of the answers was accepted by the question author.

Uploading files from OneDrive to Azure Data Lake Gen2

This is the situation. A client of my has XML files coming from Peoplesoft. I would like the client to place them in a inbox on a OneDrive location. With Azure Logic Apps i want to create a trigger that sends an emial when there is a new file placed in…

Azure Data Lake Storage
Azure Data Lake Storage
An Azure service that provides an enterprise-wide hyper-scale repository for big data analytic workloads and is integrated with Azure Blob Storage.
1,426 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,997 questions
asked 2020-07-08T05:58:47.92+00:00
Jacobus Wooning 41 Reputation points
commented 2020-07-14T10:23:13.77+00:00
Pramod Valavala 20,611 Reputation points Microsoft Employee
0 answers

API Management Not Triggering Logic App

I've set up a logic app behind an api management service and I'm running into an issue where the api management service returns an empty 200 response but the logic app is not triggered. I have verified that hitting the logic app endpoint works as…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,960 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,997 questions
asked 2020-06-25T18:04:21.847+00:00
Nick Snyder 1 Reputation point
commented 2020-07-14T10:13:35.94+00:00
Pramod Valavala 20,611 Reputation points Microsoft Employee
1 answer

Displaying only failed logic app runs in Azure dashboards

Currently the dashboard is showing the status 'Running'. However I don't want to view logic app runs with 'succeded' or 'running' status in my dashboard. I want to see only those runs which is showing 'Failed' runs. Do you guys know of any way to…

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
3,037 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,997 questions
asked 2020-07-07T14:16:07.49+00:00
Aakash Basnet 1 Reputation point
answered 2020-07-13T23:19:38.85+00:00
bharathn-msft 5,086 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Is there an action that will trigger a Data Factory Pipeline to run?

Is there a Logic App Action that will trigger a Data Factory Pipeline to run? I really need this to speed up a long running query... Thanks Mike

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,997 questions
asked 2020-07-08T18:15:48.997+00:00
Mike Kiser 1,536 Reputation points
accepted 2020-07-13T16:13:00.957+00:00
Mike Kiser 1,536 Reputation points
1 answer One of the answers was accepted by the question author.

Logic App: Why does SharePoint file properties Trigger not work for files Moved into a library?

I have a Logic App using the SharePoint trigger "When a file is created (properties only)". It does not seem to fire when a file is MOVED into the library from another SharePoint library, or from a user's OneDrive. Is there a different event…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,997 questions
asked 2020-06-29T22:15:51.317+00:00
Len Cardinal (CCSI) 136 Reputation points
commented 2020-07-13T10:15:55.907+00:00
MayankBargali-MSFT 70,016 Reputation points
1 answer

How to handle more than 100.000 items?

I have a Azure Function which returns a json array. This array can contain 50 items or 500.000. As I just realisied, a foreach-loop can only handle up to 100.000 items. Is there a way I could split my json array up at a specific point? (Like ID =…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,997 questions
asked 2020-07-07T12:50:22.387+00:00
Niclas Weh 1 Reputation point
commented 2020-07-12T16:39:12.52+00:00
Samara Soucy - MSFT 5,051 Reputation points
1 answer One of the answers was accepted by the question author.

Logic App CDS connector - Trigger fires on fields not specified in attribute list. During bulk CRM Update

Hi I have a logic app which starts with a CDS On Entity Update trigger. The trigger is against the Contact Entity in CRM. The trigger also specifies a list of 60 attributes filters that it should ONLY trigger on. The contact entity has over 500…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,997 questions
asked 2020-06-24T22:26:07.79+00:00
Anonymous
accepted 2020-07-10T15:32:22.56+00:00
Anonymous