2,939 questions with Azure Logic Apps tags

Sort by: Updated
1 answer

trigger a logicapp from an API manager operation

Hi all, We want to trigger a logic app when a certain operation is used in API manager. I've had a look at event grid guide, but it only seems to support administration type events. Is it possible some other way to trigger a logic app when a certain…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,861 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,939 questions
asked 2024-06-16T20:17:13.4933333+00:00
SKT 141 Reputation points
edited the question 2024-06-18T03:55:54.99+00:00
PRADEEPCHEEKATLA-MSFT 82,271 Reputation points Microsoft Employee
0 answers

Azure Logic App File storage Extract suddenly Erroring with 400 Bad Request The request was aborted: The request was canceled

Hi We have two logic apps Deployed in the "Australia Southeast" region on a consumption plan that suddenly started failing to extract zip files that are stored in a files share. When i check the file share folders I can see that the extract…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,939 questions
asked 2024-06-15T02:07:17.96+00:00
Manura De Silva 30 Reputation points
edited the question 2024-06-18T03:50:19.23+00:00
PRADEEPCHEEKATLA-MSFT 82,271 Reputation points Microsoft Employee
0 answers

Logic App Webhook for an Event Grid Topic

Hello, I am designing a logic app to receive events from Event grid. My logic App will be subscribing to an existing Event Grid webhook subscription endpoint. As I need a trigger to avoid continous polling of events. I am using a HTTP Webhook…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,939 questions
Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
337 questions
asked 2024-06-17T17:41:47.6966667+00:00
Mandar Mahadadalkar 20 Reputation points
edited the question 2024-06-17T17:43:03.52+00:00
Mandar Mahadadalkar 20 Reputation points
0 answers

Azure logic Apps, After a bicep deployment i have to reselect the blob storage account to list the containers and select the container i want

Azure logic Apps, After a Azure logic apps bicep deployment, i have to reselect the blob storage account to list the containers and select the container i want to trigger the blob trigger action ? any reason i have to this ?

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,547 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,939 questions
asked 2024-06-17T15:46:04.5633333+00:00
Vikram Pottam 0 Reputation points
2 answers

How to block same value section on for each loop in XSLT 1

Hi Team, Currently we have a created xslt map with foreach to block looping using single value(PartNumbers) - , in the below example same partnumber(Consideration value) repeating on both…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,527 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,939 questions
asked 2024-06-12T11:27:54.77+00:00
Mahesh Madhusanka 176 Reputation points
answered 2024-06-17T14:38:50.55+00:00
Yitzhak Khabinsky 25,381 Reputation points
0 answers

Rrgarding accesssing the workflow history using managed identity in C#

I am trying to access workflow history using managed identity authentication in C# But failing to fetch the logic app workflow details in the below code in the while loop static async Task GetLogicApps() { // Authenticate and create…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,939 questions
asked 2024-06-14T06:01:13.11+00:00
Rajesh Konduru Sekhar 0 Reputation points
commented 2024-06-17T08:26:24.4433333+00:00
SwathiDhanwada-MSFT 18,126 Reputation points
1 answer

Logic App access to Hosting Storage account using Managed Identity

Hi Team , Wanted to check if the Managed identity support is available in Logic App Standard (in ASE), to access the hosting storage account. Current Configuration in Environment Variable is with AzureWebJobsStorage When we try to replace with below…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,939 questions
asked 2024-05-08T12:43:59.1066667+00:00
Vignesh Sukumar 21 Reputation points Microsoft Employee
commented 2024-06-17T08:09:09.6+00:00
Huihui Wu 0 Reputation points Microsoft Employee
0 answers

Actionable message not working with send email option

Hi, I need to send an email with options to approve and reject for a scenario and want to log that approver of email to my system. The logic app's send email with option activity gives two possible ways to approve a button, one is through plain html…

Outlook
Outlook
A family of Microsoft email and calendar products.
3,226 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,939 questions
Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
3,648 questions
asked 2024-06-17T07:24:24.04+00:00
Bharanikhumar S R 0 Reputation points
1 answer

Logic App Approve Email Request Connector Not Working

I am using a standard logic app with a very simple workflow. My logic app triggers on a row inserted in a database, and then sends an email approval request to an inbox. However, when the approver tries to click approve/deny this error shows: Anyone know…

Outlook
Outlook
A family of Microsoft email and calendar products.
3,226 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,939 questions
asked 2024-06-06T13:18:07.7066667+00:00
Miller, Max 0 Reputation points
answered 2024-06-17T05:03:11.8533333+00:00
SwathiDhanwada-MSFT 18,126 Reputation points
1 answer

Workflow execution history in Logic apps

I am using Standard logic apps. We are unable to see the execution history for the previous months . Does it get deleted after some time ? is there any set up to retain the previous runs.

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,939 questions
asked 2024-06-07T11:01:31.32+00:00
Anitha Eswaran 41 Reputation points MVP
commented 2024-06-17T04:39:29.89+00:00
SwathiDhanwada-MSFT 18,126 Reputation points
1 answer

How to connect ADX cluster query with the logic app

Trying to do the following things, one after another: Schedular to run in 6 hours Trigger ADX cluster query For the array output string, trigger email for each element of array. I found out that this can be done through logic app. Can someone help…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,939 questions
asked 2024-06-06T15:23:52.0966667+00:00
Saransh Gaur 20 Reputation points Microsoft Employee
answered 2024-06-17T04:35:41.9766667+00:00
SwathiDhanwada-MSFT 18,126 Reputation points
1 answer One of the answers was accepted by the question author.

Logic App workflow run is marked as "Failed" because on action fails, even though dependent actions succeed

Hello Team, Our workflow having Multiple SMTP connectors to handle 429 errors. basically , if there is a failure in a connector redirection is based on status code to next SMTP connector. The above logic helped us in achieve functionally but we notice…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,939 questions
asked 2024-05-17T10:27:46.3533333+00:00
SriRaghavendran Prabhakaran 300 Reputation points
accepted 2024-06-16T01:33:17.0733333+00:00
SriRaghavendran Prabhakaran 300 Reputation points
0 answers

Logic app over all status

Hello Team, Our workflow having Multiple SMTP connectors to handle 429 errors. To make overall workflow status Success, We have introduced CONDITION check at the end of workflow, which in case define the over all workflow status. for eg if any SMTP…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,939 questions
asked 2024-06-15T18:05:49.1933333+00:00
SriRaghavendran Prabhakaran 300 Reputation points
0 answers

making a csv file everyday but on day 2 there is not only the new data but also the data from day 1 in the csv

so for my final i need to make a csv with data from a sensor and every day at 0:00 the data should be put in that csv file the problem that is occuring is that whenever the second day is there that the data from day 1 is also in the csv from day 2 even…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,939 questions
asked 2024-06-14T22:11:40.29+00:00
Maebe Xander 0 Reputation points
commented 2024-06-15T08:15:47.1066667+00:00
Maebe Xander 0 Reputation points
1 answer One of the answers was accepted by the question author.

Azure Logic Apps Tools for the Visual Studio 2022 extension

When will Visual Studio 2022 have an Azure Logic Apps extension available?

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,939 questions
asked 2022-02-23T16:57:27.767+00:00
Eric Johnson 136 Reputation points
commented 2024-06-14T12:37:46.12+00:00
Gihan Hanwella 0 Reputation points
1 answer

SharePoint Rest API with OAuth and Pfx Cert: ID3035: The request was not valid or is malformed

Hello, Can you help me fix this? In the past few months the the Rest API for SharePoint was successful via the Pfx Certificate method. ‎ Now it's failing with an error! {"error_description":"ID3035: The request was not valid or…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,939 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,025 questions
asked 2024-06-13T14:10:33.9266667+00:00
kartrabby 0 Reputation points
edited the question 2024-06-14T12:31:39.5833333+00:00
Ryan Hill 26,771 Reputation points Microsoft Employee
1 answer

unable to access storage account with a private endpoint from standard logic apps using managed identity

unable to access storage account with a private endpoint from standard logic apps using managed identity

Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,822 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,939 questions
Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,230 questions
Azure Private Link
Azure Private Link
An Azure service that provides private connectivity from a virtual network to Azure platform as a service, customer-owned, or Microsoft partner services.
481 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,122 questions
asked 2024-06-13T03:15:07.93+00:00
Vilas Rao Perka 0 Reputation points Microsoft Employee
answered 2024-06-14T11:01:17.13+00:00
KapilAnanth-MSFT 38,201 Reputation points Microsoft Employee
1 answer

Azure Data Factory read spreadsheet with Protected View

I have a logic app workflow that is triggered when a new email is received in a mailbox. The workflow copies the attachment (spreadsheet) in the email, to Azure Blob Storage. I then trigger an Azure Data Factory pipeline to read the contents of the…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,939 questions
Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,606 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,899 questions
asked 2024-06-13T19:34:11.5233333+00:00
Naveed Mohammad 0 Reputation points
answered 2024-06-14T09:02:42.4733333+00:00
Amira Bedhiafi 17,791 Reputation points
0 answers

How to extract URL link from email body using Azure Logic Apps

I have been trying to figure this one out for over last three weeks, and I asked/posted question to the Azure Logic Apps community, but I did not get the solution yet. So, I am posting here again. This is summary of my previous post. Here was my first…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,939 questions
asked 2024-06-13T22:37:42.2566667+00:00
King Java 500 Reputation points
commented 2024-06-14T07:36:29.28+00:00
SwathiDhanwada-MSFT 18,126 Reputation points
0 answers

Accesssing the workflow history using managed identity in C#

I am trying to access workflow history using managed identity authentication in C# But failing to fetch the logic app workflow details in the below code in the while loop C#Copy static async Task GetLogicApps() { // Authenticate and…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,939 questions
asked 2024-06-14T06:08:37.9733333+00:00
Rajesh Konduru Sekhar 0 Reputation points