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: { …
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…
Troubleshooting OAuth2.0 Authentication for Logic Apps Custom Connector to GCP BigQuery
I'm trying to configure a Custom Connector to call a GCP BigQuery that I've already tested in Postman. So, I would like to use the Postman Collection to go ahead with the Custom Connector. But I've been some troubles with the authentication OAuth2.0…
Why is obtaining the Logic App URL not intuitive?
I’m currently working on implementing pre/post application logic to trigger a pipeline via HTTP requests using an event subscription with a webhook. However, finding the Logic App URL has proven to be less straightforward than expected. I saw this…
AS2 cert issue
Hi, I am using logic apps for our EDI documents and need to connect to external system through AS2 connection. I have used APIM to mask the logic app URL(http trigger). For AS2 connection, we generated and installed CA self-signed our company…
Logic Apps (standard) designer Response action returning a JSON string overwrites code data object leading to error
I have migrate a consumption logic app project with multiple apps calling each other to standard. One logic app returns a JSON response using the return action. When using the designer in portal.azure.com and setting the response string to be the JSON…
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…
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…
Logic app run history disappears and Run a workflow trigger is not possible
We have almost 20 logic app resources under different resource groups. At one specific Logic app resource, all of a sudden (after 11:30 CET), the run history log disappeared. More importantly running a workflow (triggering a Run) is also not possible.
Logic App SharePoint Trigger not firing for "When an item is deleted" in list
Everything is configured properly and the trigger is being evaluated continuously but it does not trigger, even after repeated attempts. There are no errors so it is failing silently. I have attempted to do this action with a Power Automate flow and I…
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:
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…
We are not getting the required data from AlertEvidence table ( Defender for Endpoint) using Advanced Hunting connector.
The logic app is working perfectly fine we are using below query. DeviceInfo | where DeviceId contains "dd71b3fb23feca64a073cdb10186b1fde1090770" | where OSPlatform != "" | summarize max(Timestamp) by…
Authorizing SharePoint Online API Connection in ARM Template
Hi, I notice that after deploying the SharePoint Online connection alongside with my Logic App from DEV to Non-Prod environment, using ARM template, I need to manually re-authorize the SharePoint connection. Is there a way to keep it authorized, using…
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 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…
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 subscribe the salesforce platform events using logic app salesforce connector?
Hi Team, We have a logic app with a Salesforce trigger (when a record is created) configured to a platform event. But when I am trying to run the trigger I see the following error: Salesforce failed to complete task: Message: entity type CustomEvent__e…
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…
Permissions issue for advanced Hunting in logic app
Hello, I'm trying to run Advanced Hunting module for Microsoft defender in logic app. But i'm getting the following error message. { "error": { "code": "Forbidden", "message": "Missing application…