Few Logic app runs are failing in file system connection with "The requested action could not be completed. Check your request parameters to make sure the path exists"
I have a logic app that connects to an on-prem data gateway file system to store data in a folder It works fine for few runs but for few runs it fails with the below error { "status": 400, "message": "The requested action…
Case sensitivity in file name and extension in managed File System Connector using Data Gateway
Hello everyone, I have a workflow in a standard Logic App that reads a file content from a Windows file share. The reading is done thanks to the managed File System Connector, which is configured to use a Data Gateway. It works great. But, when getting…
Excel Script "Refresh All" not working on Excel Online (Sharepoint)
I have to refresh several excel files in an automated way, so I have created an Azure Logic App workflow that, using an Excel Online (Bussiness) connector, lets me execute a Script from Sharepoint. The script is really simple, it just makes a…
Incorrect API Key Sent to Algolia via Azure Logic Apps
Hello, I am facing an issue with a Logic Apps workflow configured to send HTTP requests to the Algolia API. Despite setting the correct API Key and Application ID in the HTTP action headers, Algolia logs show that a different API Key is being…
Workflow URL don't appear for Logic App (Standard)
I am using a Logic App (Standard). When attempting to create the 'When an HTTP request is received' trigger, I am informed that the URL will be generated after saving. However, even when the save is successful, the URL is not generated:
Logic Apps - Form recognizer (Document Intelligence) connector is not working with api version 2024-11-30
Hi, May i know when will be the new connector release that could support the V4 API of Form recognizer? the V3 connector isn't compatible with api version 2024-11-30 Gordon
we want to migrate below azure resources from pay-g subscription to CSP subscription, could not find these resources in MS article
we want to migrate below azure resources from pay-g subscription to CSP subscription, could not find these resources in MS article…
Azure Cosmos DB for MongoDB account (RU) CRUD in Logicapps
Hi, I am trying to access Azure Cosmos DB with the MongoDB API from Azure Logic Apps (both Standard and Consumption using built-in connectors). I understand that accounts using the MongoDB API are currently not supported. However, is there a way to…
How to call Azure Logic app(standard) from Power Automate flow, facing 403 forbidden error
Hello Everyone, I have a use case to call Azure logic app(Standard) workflow from Power app/automate. But on direct https call i am getting 403 error for testing i have kept public access open. Although, i am able to call Logic app workflow from…
Azure Container app connectivity issue
Hi Team, We are facing connectivity issue in Container App, that after enabling the connectivity from Logic app and Function app to container app (workload profile or consumption-only tier). We are getting the "RBAC Denied" error, we have tried…
How to list files and folders metadata in azure file storage with logic app workflow?
Hello, Could you please help me with this? I'm trying to build an azure logic app for a storage account. Inside this storage account there are like 20 azure files. In each azure file share there are several files and folders. I want to create a…
Logic apps & integration account - MapNotReady: The map is still being processed
We have two integration accounts in the same resource group (common) used by logic apps in QA and Production resource groups. Now, when we add a new map to the QA and production integration accounts and run a logic app in both environments, QA works fine…
BizTalk Replacement
My company uses an old version of BizTalk to manage integrations between systems and to send and receive files via SFTP. The integrations are typically web service calls to our ERP system. What Microsoft product do you recommend to replace it?
How to fix IDX14102: Unable to decode the header '[PII of type 'Microsoft.IdentityModel.Logging.SecurityArtifact' is hidden. For more details, see https://aka.ms/IdentityModel/PII.]' as Base64Url encoded string.
Hello! i am in a logicapp and i want to create files in a sharepoint drive. So first I create a token based on a app registration id, this one succeed. But the next action failed with the error: => Error 401 Unauthorized,…
Can I assign a private IP to NAT gateway
Hi I want my logic apps to make API calls using a STATIC PRIVATE IP. Can I assign a private IP to the NAT gateway? The logic app will send API request to an internal server so I want this to route internally not over the public internet.
Set up Logic app to send API requests using a Private IP without going through the public internet
Hi Team, How can I configure my Logic app so that it sends API request using a private IP and doesn't travel through the public internet. Can I use NAT gateway to setup a single IP for the logic app and assign a private IP to the NAT gateway? Please…
Logic Apps not showing any Dataverse Environments and existing workflows just say "Failed to retrieve dynamic outputs"
We have SEVERAL production Standard Logic apps working in Azure that use the Dataverse as a DB. At present, we are unable to edit ANY workflows as the dataverse connector is just throwing an error "Failed to retrieve dynamic outputs", same with…
Logic App Consumption deployment with API connection Error
I'm setting up a Logic App deployment process for my team. The idea is to have a GHA workflow handle deployment from DEV to NP, from NP to P. I'm trying to deploy the API connections (eg. SharePoint, KeyVault) alongside with the Logic App in one ARM…
How to create a teams chat with an external guest using logic apps
I am trying to create a group chat that includes an external guest user using the Teams "Create a chat" logic app connector. I can create the chat if I only use an internal email address but not if I include the guest user. Is there any way to…
How to fix an error 'Object reference not set to an instance of an object' in the Azure OpenAI connector (Logic App)
I am getting the following error when setting up the azure openAI connector in the logic app. { "error": { "code": 500, "message": "Object reference not set to an instance of an object.", "source":…