3,372 questions with Azure Logic Apps tags

Sort by: Updated
0 answers

Logic App is not getting triggered on Blob created event using event grid

I have created one storage account and one logic app. After that I am configuring logic app by choosing azure event grid connector. After selecting event grid connector, I have selected subscription and storage account name. post that selected events as…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,372 questions
asked Mar 1, 2025, 11:07 AM
Binod Kumar 0 Reputation points
edited the question Mar 1, 2025, 11:16 AM
Erland Sommarskog 118.3K Reputation points MVP
0 answers

Logic App Select action changing integers to strings

When editing an integer in a Logic App Select action, it incorrectly changes the integer to a string. This is only noticeable in the Code View. Appears to be a bug

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,372 questions
asked Feb 28, 2025, 4:02 PM
Michael Samson 0 Reputation points
edited the question Feb 28, 2025, 10:59 PM
Alison A 725 Reputation points Microsoft External Staff
0 answers

How do I connect Azure Function to Azure Logic App?

I have created a Azure Python Function, and it runs successfully. However, it is now showing as an available connection when trying to use the Azure Functions connector within Azure logic apps. See the screenshots below.

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,372 questions
asked Feb 28, 2025, 4:34 PM
Andrew Glover 0 Reputation points
0 answers

How to get workflow location?

My understanding of https://learn.microsoft.com/en-us/azure/logic-apps/workflow-definition-language-functions-reference#workflow is that in runtime I can use workflow().location to get the location, "By default, a workflow object has these…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,372 questions
asked Feb 27, 2025, 8:37 PM
David 0 Reputation points
edited a comment Feb 28, 2025, 2:43 PM
Ranashekar Guda 270 Reputation points Microsoft External Staff
1 answer

Logic Apps Standard Autoscaling behavior

Hi, Is there any way to monitor the autoscaling decisions taken by Azure Logic Apps Standard? It would be nice to get more information on what prompted the Autoscaler to take a particular decision at a point in time and scale out the number of instances.…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,372 questions
asked Feb 26, 2025, 6:59 PM
Dev S 71 Reputation points
commented Feb 28, 2025, 1:19 PM
Dev S 71 Reputation points
0 answers

Receiving Multiple emails from Azure Logic apps.

Hi Team, This is regarding the Azure logic apps. We have set the email notification for our pipelines status. Issue is we are receiving 3-4 emails for each pipeline . Could you please help us to undertsnd and solve this issue. Thanks in advance.

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,372 questions
asked Jan 10, 2025, 9:54 AM
Nemade, Pradnya 0 Reputation points
commented Feb 28, 2025, 11:28 AM
Shireesha Eeraboina 1,800 Reputation points Microsoft External Staff
1 answer

Moving a Logic App to another App Service Plan

Hi all, I need to move my Logic App to another App Service plan within the same subscription, but within a different Resource Group. I'm aware that the ASP you're moving to needs to be in the same region or RG, but I'm confused; If I were to recreate the…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,372 questions
asked Feb 25, 2025, 9:05 AM
Chris Lupton 1 Reputation point
edited a comment Feb 28, 2025, 11:05 AM
Ranashekar Guda 270 Reputation points Microsoft External Staff
1 answer

How to apply multiple escape characters to the JavaScript

What is the best way to apply multiple escape characters to the JavaScript below so they won't collide with each other? Currently, if I apply escape characters to " and \, it invalidates the JSON. Sample payload: Escape chars: let choVal =…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,372 questions
asked Feb 27, 2025, 4:25 PM
Krzysztof Nowicki 61 Reputation points
commented Feb 28, 2025, 9:55 AM
RithwikBojja 315 Reputation points Microsoft External Staff
1 answer

Logic App Standard - Service Bus Trigger

Dear Team, I am using Logic App Standard and outbound traffic enabled with VNET Integration. Utilizing the service bus trigger logic app and it connects to service bus. Connectivity is also going through from VNET. However, I am getting this error…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,372 questions
asked Feb 20, 2025, 4:31 PM
Ronak Sanghavi 0 Reputation points
commented Feb 28, 2025, 9:14 AM
Shireesha Eeraboina 1,800 Reputation points Microsoft External Staff
1 answer One of the answers was accepted by the question author.

Getting "'IDENT_CURRENT' is not a recognized built-in function name." error when using Logic App with Synapse

Hi team, I have an error log table in Synapse (Dedicated SQL pool). I want to send an email to the desired destination whenever a new record is inserted into the log table. For this purpose, I have created a Logic App with "When an item is…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,372 questions
asked Feb 26, 2025, 4:57 AM
Mohammad Saber 20 Reputation points
accepted Feb 28, 2025, 5:43 AM
Mohammad Saber 20 Reputation points
1 answer

How to get logic apps to finish loading in edit mode or viewing a run?

I am currently unable to edit logic apps or view logic app runs in any of our Azure subscriptions because the Scope action does not finish loading (the circle indicating that it is processing doesn't go away and I can't open the Scope action to work on…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,372 questions
asked Feb 25, 2025, 4:50 PM
Kirk Blackburn 5 Reputation points
commented Feb 27, 2025, 10:16 PM
NJ 0 Reputation points
2 answers

How to retrieve URLs from the email body by using Logic Apps?

Hi All, We have a separate email box for suspicious emails. Our users send emails to the mailbox, and our goal is to analyze emails automatically using logic apps. Suspicious emails come within User reports as an attachment. I tried to use regex but…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,372 questions
asked Feb 26, 2023, 3:04 AM
George OCAK 70 Reputation points
commented Feb 27, 2025, 7:59 PM
Ramey, Kamil 0 Reputation points
1 answer One of the answers was accepted by the question author.

How to apply escape characters to the individual string in the string variable

String variable content is dynamic and the parameters may change which means I cannot use json compose and apply replace function. I need to search for the specified string value eg. Special_Instructions and apply escape characters to " as \\"…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,372 questions
asked Feb 26, 2025, 11:55 AM
Krzysztof Nowicki 61 Reputation points
edited a comment Feb 27, 2025, 3:21 PM
RithwikBojja 315 Reputation points Microsoft External Staff
0 answers

Reporting a bug in Azure Logic Apps

Hello everyone,   I have been struggling to repeort a bug to Microsoft Logic Apps team in this Github issue: https://github.com/Azure/logicapps/issues/1093#event-13236428281   It's been months since I have reported this bug and it was closed without any…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,372 questions
asked Feb 14, 2025, 1:55 PM
AK 1 Reputation point
commented Feb 27, 2025, 12:02 PM
VenkateshDodda-MSFT 23,971 Reputation points Microsoft Employee
0 answers

How can a Logic App workflow be configured to use private DNS resolution with Azure Bicep?

I have been assigned to utilize a private endpoint within a virtual network through an Azure Logic App deployed in the same network. I successfully deployed the workflow and integrated it with the virtual network using the following: resource…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,372 questions
asked Feb 19, 2025, 12:49 PM
Ammar Asim 20 Reputation points
commented Feb 26, 2025, 3:28 PM
Madugula Jahnavi 0 Reputation points Microsoft External Staff
0 answers

Creation of a logic app is failing due to "Failed to fetch instrumentation key. Select a different instance or create new."

I'm trying to create an app through the web portal. I do not have log analytics enabled. When I press create, it gives the error "Failed to fetch instrumentation key. Select a different instance or create new.". I can find zero information…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,372 questions
asked Feb 26, 2025, 1:17 PM
Dale Myers 0 Reputation points Microsoft Employee
1 answer

Logic app trigger skips when From SharePoint we will get the data in blob

We are trying to get data stored in OneDrive and ingest it into the blob storage. We are creating triggers but the result shows that they are skipped.

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,372 questions
asked Feb 24, 2025, 7:39 AM
Gokul Krishna 0 Reputation points
commented Feb 26, 2025, 8:06 AM
RithwikBojja 315 Reputation points Microsoft External Staff
1 answer

Logic App (Standard) not showing run history

Newly Created Logic app not loading the Run History Correctly, just timing out:

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,372 questions
asked Feb 25, 2025, 5:00 AM
Matt Hooper 0 Reputation points
commented Feb 26, 2025, 2:26 AM
Sai Prabhu Naveen Parimi 245 Reputation points Microsoft External Staff
0 answers

Unable to connect Network share on a Azure VM from Azure Logic Apps (Standard)

I have an Azure Virtual Machine and Azure Logic Apps in the same region. I created a folder on the VM as a network drive and need to connect it to Azure Logic Apps (Standard - ASE3) to send and receive files. The Logic Apps and the VM are connected via…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,372 questions
asked Feb 25, 2025, 4:24 AM
Ramanarajan D 11 Reputation points
edited a comment Feb 25, 2025, 10:18 PM
Silvia Wibowo 5,286 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Guidance Needed for Deploying Azure Standard Logic App from Dev to Prod

We have an Azure Standard Logic App, which is replicated in a separate resource group for development and testing. This Logic App contains multiple actions, one of which calls APIM instances in our Azure environment. We also have two APIM instances, one…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,372 questions
asked Feb 19, 2025, 2:03 AM
Banuka 90 Reputation points
accepted Feb 25, 2025, 9:35 PM
Banuka 90 Reputation points