3,313 questions with Azure Logic Apps tags

Sort by: Updated
0 answers

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…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,313 questions
Not Monitored
Not Monitored
Tag not monitored by Microsoft.
41,443 questions
asked 2025-01-17T17:09:43.7666667+00:00
Tran, Nguyen 20 Reputation points
edited the question 2025-01-17T23:40:22.0666667+00:00
LeelaRajeshSayana-MSFT 16,946 Reputation points
0 answers

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…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,313 questions
asked 2025-01-17T17:02:56.65+00:00
Tran, Nguyen 20 Reputation points
commented 2025-01-17T23:29:23.1+00:00
LeelaRajeshSayana-MSFT 16,946 Reputation points
0 answers

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…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,313 questions
asked 2025-01-17T18:40:36.9+00:00
Azure Bineil 0 Reputation points
edited the question 2025-01-17T19:35:21.5833333+00:00
Azure Bineil 0 Reputation points
0 answers

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 Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,313 questions
Microsoft Power Platform Training
Microsoft Power Platform Training
Microsoft Power Platform: An integrated set of Microsoft business intelligence services.Training: Instruction to develop new skills.
544 questions
asked 2025-01-17T11:19:45.12+00:00
Sharma, Ramavtar 0 Reputation points
commented 2025-01-17T15:43:40.7966667+00:00
Khadeer Ali 2,360 Reputation points Microsoft Vendor
0 answers

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…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,313 questions
asked 2025-01-17T10:12:01.2533333+00:00
Germán Mendoza 0 Reputation points
edited the question 2025-01-17T15:37:35.26+00:00
Rakesh Gurram 11,225 Reputation points Microsoft Vendor
4 answers

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…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,313 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
3,485 questions
asked 2025-01-17T09:11:18.0966667+00:00
Gareth T 5 Reputation points
answered 2025-01-17T13:49:17.3033333+00:00
Khadeer Ali 2,360 Reputation points Microsoft Vendor
2 answers

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…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,313 questions
asked 2025-01-02T12:48:36.2133333+00:00
Anchal Singh 0 Reputation points
answered 2025-01-17T11:53:02.21+00:00
Anchal Singh 0 Reputation points
1 answer

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,…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,313 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,799 questions
SharePoint Development
SharePoint Development
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Development: The process of researching, productizing, and refining new or existing technologies.
3,201 questions
asked 2025-01-15T16:37:43.2166667+00:00
Diane König 5 Reputation points
commented 2025-01-17T11:40:19.6433333+00:00
Sina Salam 15,396 Reputation points
0 answers

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":…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,313 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
3,539 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
3,056 questions
asked 2025-01-09T08:47:01.69+00:00
Rahul kumar 15 Reputation points
commented 2025-01-17T09:40:56.7033333+00:00
Kentaro Nozawa 0 Reputation points
2 answers

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…

Azure Files
Azure Files
An Azure service that offers file shares in the cloud.
1,343 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,313 questions
asked 2025-01-13T19:52:46.47+00:00
amerm 0 Reputation points
commented 2025-01-17T08:47:21.7366667+00:00
Nandamuri Pranay Teja 325 Reputation points Microsoft Vendor
1 answer

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 API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
2,261 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,313 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
22,898 questions
asked 2021-11-26T15:49:21.847+00:00
krisnov 16 Reputation points
commented 2025-01-16T18:20:07.8933333+00:00
Liben, Michael 0 Reputation points
1 answer

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…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,313 questions
asked 2025-01-16T13:36:04.2766667+00:00
Shankar Naganathan 0 Reputation points
commented 2025-01-16T16:23:30.36+00:00
Khadeer Ali 2,360 Reputation points Microsoft Vendor
1 answer

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.

Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
3,327 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
3,036 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,313 questions
asked 2025-01-15T02:32:52.5933333+00:00
Pravendra Rajput 51 Reputation points
answered 2025-01-16T16:04:52.89+00:00
Amira Bedhiafi 27,596 Reputation points
1 answer

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…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,313 questions
asked 2025-01-07T14:34:40.9666667+00:00
Rahul kumar 15 Reputation points
edited a comment 2025-01-16T12:29:38.66+00:00
Shireesha Eeraboina (Quadrant Resource LLC) 660 Reputation points Microsoft Vendor
0 answers

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…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,313 questions
asked 2025-01-16T09:56:05.2466667+00:00
Richard Scannell 406 Reputation points
1 answer

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: { …

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
3,036 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,313 questions
asked 2025-01-14T11:35:03.5766667+00:00
Artem Shaturskyi 40 Reputation points
edited a comment 2025-01-16T08:21:49.4066667+00:00
Artem Shaturskyi 40 Reputation points
0 answers

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…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,313 questions
asked 2020-09-10T14:00:50.92+00:00
JaapvanPopta 6 Reputation points
commented 2025-01-16T07:36:06.1933333+00:00
L T 0 Reputation points
1 answer

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)…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,313 questions
asked 2023-01-20T18:37:12.1833333+00:00
Mike Lee 247 Reputation points
commented 2025-01-15T21:10:52.6533333+00:00
Marshall Davey 0 Reputation points
0 answers

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
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,313 questions
asked 2024-12-16T11:03:00.9+00:00
SriRaghavendran Prabhakaran 320 Reputation points
commented 2025-01-15T14:38:07.76+00:00
Alejandro Echeverri Marin 0 Reputation points
1 answer One of the answers was accepted by the question author.

Azure Logic Apps Tools for the Visual Studio 2022 extension

When will Visual Studio 2022 have an Azure Logic Apps extension available?

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,313 questions
asked 2022-02-23T16:57:27.767+00:00
Eric Johnson 141 Reputation points
commented 2025-01-15T12:07:02.8333333+00:00
Nicolaas Willemse 0 Reputation points