How to setup DI in custom code with Azure Logic App?
https://stackoverflow.com/questions/78919971/use-dependency-injection-in-azure-logic-app-custom-code only Logger is registered and ready to use. This does not work for custom code with logic app var host = new…
Logic App-Internal Server Error
I want to clean up email in certain template. I am using Azure open AI model. In logic app the email gets fetched from a mailbox and then pass it on the azure open AI chat completion model that I have. I have created a certain prompt that I have deployed…
Issue with creating Standard logic app workflow using Visual Studio Code
Hi Team, I am trying to set up a local development environment for Standard LogicApp workflows in Visual Studio Code, but I'm encountering a significant issue. It appears that the local environment doesn't work properly when a workflow contains both the…
Actually I created logic app work flow and I created microsoft defender so my aim is when ever trigger the logic app and we created work item as well but it run's successfully but i;m not able to saw the alearts in dev portal in azure boards
Actually I created logic app work flow and I created microsoft defender so my aim is when ever trigger the logic app and we created work item as well but it run's successfully but i;m not able to saw the alearts in dev portal in azure boards
How to run azure logic app with condition on manual trigger
I have a logic app where I have mentioned it to run on certain day of a week only ,something like below . But I want to add one condition , when I run the logic app manually , it should ignore the condition . HOw to execute this to ignore all mentioned…
Azure Logic Apps Form Recognizer Connector - Name change issue
There seems to be a changed value in the Document Intelligence connector in Azure Logic Apps. Just found out that my project stopped working and for me it looks like someone changed the connector name while adding the new version 4 of the connector. It's…
Custom Connector bug wrong interpretation [
Recently this bug (https://learn.microsoft.com/en-us/answers/questions/2105547/azure-logic-app-custom-connector-not-editable) was solved, but immediately after another one appeared. Now when I use my custom connectors in my logic apps this sign…
PDF Files getting corrupted while uploading File via Form Data in Logic Apps
Hi Team, Tried implementing Form Data using HTTP connector in Logic to upload PDF File, File is getting upload but PDF is corrupted in the target side. Tried converting base 64 data using Base64toBinary Function Tried directly reading file content…
The 'ListCallbackUrl' API is not supported by triggers of type 'ApiConnection' in Blob triggered Standard Logic App Workflow
We have bunch of workflows which connect to different containers in a storage account and get triggered by a new file added in any of them. These workflows used to work fine before we implemented VNet-Integration and connected the concerned storage…
Azure Logic Apps Pricing on Standard Plan
With refer to this link https://azure.microsoft.com/en-us/pricing/details/logic-apps/ Its mentioned that fixed amount will be billed on monthly basis, for the vCPU and memory allocated. However, on top of that, there is also additional amount will be…
Get files (properties only) not returning any results
I am trying to get the file properties of files contained in a sharepoint subfolder which works perfectly for all the other folders but is not retrieving any results for the news folder created yesterday.…
Use a microsoft account to send mails using Logic app
Hi Team, I am trying to create a "send an email v2" action on logic apps. It allows me to sign in using a non microsoft account but when I use a microsoft account it gives me the following message - "You cannot use this account for this…
Read data from storage container using logic app and push the file onto on-premises vm server
We are working on creating a logic app which reads data from storage container when a file is placed in it and push the file onto on-premises vm server
Azure logic app PostgreSQL connector
Hi, I have a standard Logic App that should retrieve data on Postres DB filtering for date (format 2020-01-01T00:00:00Z) and aggregate by a value (sum aggregation). It should replicate a simple query like: select a,b,sum(c) from x where dt_time between…
Logic App Standard does not generate a Trigger-URL in development slot
Hi, I am facing the issue that my workflows with http triggers ('When an HTTP request is received') in the development slot of my standard logic app don't have trigger url's generated after saving. In order to test the changes made in the development…
Cannot modify this site because another operation is in progress.
Hi, I am trying to deploy an Azure Logic App Standard WS1 in an isolated VNet with all network connections going through the VNet. I use Terraform to deploy the resource but encounter an error stating that the site cannot be modified because another…
How to apply contains expression to filter array of string in Azure Logic Apps
Hi Team, I have scenario where I need to filter of array of object with two properties i.e. ID and alias. like below in Azure Logic Apps [ { "alias": "_V2_abc.Svc_CI", "definitionId": 63 }, { "alias":…
File system connection in logic app
Issue Summary: Logic App Design: Plan: Logic App (Standard Plan). Trigger: When a file is added or modified (File System connector). Action 1: Get file content (Fetches the content of the modified/added file). Action 2: Create blob (Uploads the…
Handle multipart/form-data in logic app standard Http action
In logic app standard, I'm following this MS learn page to call an api with multipart/form-data body from the previous "Create_CSV_table"…
Error connecting Logic App to Azure Blob Storage.
No matter what I do, I can’t get this workflow to run. I’ve checked connections, permissions, paths—everything seems correct. I have a container with many PDFs, and I need each one to be added and organized into a list. For each, a URL should be…