AI Foundry Connector Error in Logic App
Hi Folks, Having an issue with the AI Foundry Completions connector for Logic Apps. When the Logic App is run errors output with 404 whereas when connection through HTTP request API the connections successful.
Azure Logic Apps
How to create a Logic App with a Dataverse Trigger that's working?
I have created a Azure Logic App, with a Dataverse Trigger. The service principal and user have sufficient rights to access everything it needs. I've tested it before with a manual trigger and made some simply requests to different Dataverse tables.…
Azure Logic Apps
Filters not working for Azure Consumption Rest APIs
I attempted to list resources using the Microsoft Consumption Usage Details API, but the results did not reflect the changes I made. Here is the request I submitted:…
Azure API Management
Azure Logic Apps
Unable to create Logic App (Consumption) in Azure
When I attempt to create a new logic app (consumption), I receive the following error message. It looks like the link is broken, but I can't be sure.
Azure Logic Apps
I have to send the email through logic app from specific DLs(e.g. cloudops.xxx.com) what are the prerequisite i need to follow
I have to send the email by using logic apps and that email should be send from the specified DL (******@xxxxxxxxxx.com) but it is failing right now so i just want to know what are all the prerequisite we need to follow . Error : { "status":…
Azure Logic Apps
Azure SharePoint logicApp Search Service
"clientRequestId": "1bdfd8bc-2b42-4b38-ad36-fb53ad7e9d79" 500 InternalServerError – "openai response is not valid" 6/19/2025, 9:35:10 AM (Local time) using text-embedding-3-small) so using the Azure Search Service…
Azure Logic Apps
Send email to external users (having non microsoft.com in email) from an azure logic APP's office 365 connector with sender having microsoft.com email
I have a Logic App that is responsible for sending email invitations when a new user is onboarded to the Microsoft Partner Connect portal. The app is configured to send emails to both internal (e.g., *@microsoft.com) and external users (e.g.,…
Azure Logic Apps
Logic App copy files from sharepoint to adls, creating additional container
Hi, I have a requirement where, whenever a file is created in a specified SharePoint folder, the same file needs to be copied to a designated folder path in Azure Data Lake Storage (ADLS). To implement this, I’ve developed an Azure Logic App workflow…
Azure Logic Apps
Intermittent Delay in Scheduled Logic App Trigger
Hi, I'm using Standard Logic Apps, and I have a scheduled workflow that's set to run at 11 PM. However, I've noticed that on some occasions, it gets triggered around 4 AM instead. This issue happens intermittently. I'm wondering if anyone else has…
Azure Logic Apps
Issues with Microsoft Graph Webhook for OneDrive: Insufficient Data and Subfolder Monitoring Limitations
I'm developing a system that automatically translates DOCX files uploaded to a user's OneDrive and saves the translated files back to their OneDrive. The architecture uses Microsoft Entra ID for multi-tenant authentication, Microsoft Graph API with…
Azure Logic Apps
Errors in Logic Apps when listing OneNote pages
We have a OneNote file with about 500 pages divided in 15 sections. To gather all content, we created a Logic App that gets all sections from the OneNote file, then all pages in those sections with a foreach loop and finally grabs the content of each…
Azure Logic Apps
Logic App / SFTP-SSH Connector / No longer able to download file content
Hello. There's this Azure logic app that retrieves a file from an sftp server and then creates a file from the content in the file in a Sharepoint Online site. Pretty simple. It uses the SFTP-SSH "When a file is added or modified" trigger to…
Azure Logic Apps
Trying to get custom mail alerts from azure monitor using logicapps for azure local VM which is arc enabled
Hi All, I am trying to customize the alert using the logic apps from my azure local VM which is a arc enabled VM getting below error. I am using similar process as…
Azure Logic Apps
Is the inline C# code action in Standard Logic Apps generally available, or still in preview?
Hi, is the C# inline code action in Standard Logic apps generally available now, or still in preview? The documentation shows that it is still in preview with the usual warning: https://learn.microsoft.com/en-us/azure/logic-apps/add-run-csharp-scripts …
Azure Logic Apps
export logic app consumption to standard
I would like to make use of the possibility to export a Logic App Consumption to a Standard version. It seems that this can be done within VS Code: https://learn.microsoft.com/en-us/azure/logic-apps/export-from-consumption-to-standard-logic-app But I…
Azure Logic Apps
Logic Apps workflow schema properties not validated
When testing my Logic Apps workflow it is not failing as expected when the schema for the trigger is not valid. For example in the below schema if I pass in an empty string for Name or I completely remove Name from the request payload it should fail at…
Azure Logic Apps
Obtain Connection RunTime URL for API connection of Kind V1 in Azure Logic Apps
Hi, We are currently migrating from Azure Logic App Consumption to Logic App Standard. As part of this migration, we have an existing API connection to Adobe Sign, which was created a long time ago and is of Kind: V1. Due to how our Adobe Sign instance…
Azure Logic Apps
Skipping MFA for Office 365 Account in Logic App Email Action
Hello, I am seeking guidance on configuring an Azure Logic App to send emails using an Office 365 account without triggering Multi-Factor Authentication (MFA). Our current setup enforces MFA for this account, which is interfering with automated workflows…
Azure Logic Apps
InternalServerError. Encountered internal server error. The tracking Id is '9316461c-97ef-4761-868f-10e46971ff43'.
I have an asynchronous http action with "GET" method, the API returns a 202 accepted and includes a header "location" parameter that has a url to check the status again but im getting InternalServerError with this tracking ID. …
Azure Logic Apps
How to fix InternalServerError Encountered internal server error. The tracking Id is 'd7798327-b3cf-4681-ab6e-89c03ef5b062'. while an action in Logic App is trying to update Business Process Tracking?
I am trying to update Business Process Tracking from Logic App action, but it fails in the action where Business Process Tracking stage is mapped. I tried recreating Business Process Tracking, Data Explorer and Logic Apps in same resource group and same…