How to deploy API connections alongside with Logic App Consumption?
I'm setting up a Logic App deployment process for my team. I'm trying to deploy the Logic App and its API connections (eg. SharePoint, KeyVault) in a GHA workflow, using ARM template JSON files But I keep getting this deployment BadRequest error for both…
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…
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…
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…
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…
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…
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…
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,…
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":…
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…
API Connection is failing after Logic App deployment from Visual Studio
I'm deploying Logic App from Visual Studio with the API connection to custom connector. Unfortunately soon after the deployment API connection is giving me an Error. It works absolutely fine if I Authorize it manually. From the properties I can see…
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…
can we use SFTP -SSH when file modified as Trigger in the logic apps
I am trying to use SFTP-SSH as a trigger in the Logic app designer. 'when a file is modified' then a Copy operation. however the trigger is skipping the run and not detecting the file at derstination.
Logic App throwing Connection Error : Invalid connection, please update your connection to load complete details
I am encountering a recurring issue with the Gmail connector in Azure Logic Apps. After creating a new Logic App, setting up the Gmail connection with a custom application (using my own Client ID and Client Secret), and adding subsequent actions, the…
One screen to view all a logic app's inputs & outputs
How do search ALL the inputs & outputs from ALL the steps in one go. I know how to look at the inputs & outputs from a single named step in a logic app. I need to do this to find the step where a particular variable is generated. I have…
Copy blob to another storage account
Hello! I'm trying to copy blob from one Azure Storage account to another within Azure Logic App. The blob is large (VHD OS image) so it is not possible to do the copy using the Copy Blob (V2) action. So I'm trying to do that with REST API: { …
MapNotReady. The map 'blabla' is still being processed. Please try again later.
I redeployed my LogicApp and Integration Account (Logic App via ARM Template and Integration Account via Powershell) I first removed the Integration Account, because it sometimes cashes the old contents. But now I get the error MapNotReady. The map…
Blob Storage connector action - extract archive to folder (v2) - size limits
Hello, I am using the Extract archive to folder (v2) action within Logic Apps with .zip's less than 1MB and no issues thus far. I expect these files to grow greater than 10MB in the future. I wanted to find out if the Extract archive to folder (v2)…
Binary data to PDF file logic app
Hello team, I have binary data and i want to create pdf file out of it. Help me how can achieve this? I am currently passing binary data in Create file connector of SharePoint , but that not helped. the file creating with binary data inside share point…
Azure Logic Apps Tools for the Visual Studio 2022 extension
When will Visual Studio 2022 have an Azure Logic Apps extension available?