3,352 questions with Azure Logic Apps tags

Sort by: Updated
1 answer

How to grab second URL from email (how to modify this Java Script Code)?

Hi, It took at least 6 months to figure this out, and now, due to the change of content from the source (email), I have to revise Java Script Code in Azure Logic App. FYI, [this is the last…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,352 questions
asked 2025-02-06T21:54:52.6666667+00:00
King Java 665 Reputation points
commented 2025-02-18T21:44:26.74+00:00
King Java 665 Reputation points
0 answers

Why can't I raise a support ticket anymore

I have a developer support subscription with Microsoft. I probably use it about once/twice a year. Today I have spent the best part of two hours trying to log a support ticket for an issue I have with one of my logic apps. Despite my best efforts I am…

Azure Cost Management
Azure Cost Management
A Microsoft offering that enables tracking of cloud usage and expenditures for Azure and other cloud providers.
3,038 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,352 questions
asked 2025-02-17T17:26:25.7633333+00:00
Chris Crowhurst 0 Reputation points
commented 2025-02-18T19:26:15.38+00:00
Vinod Pittala 245 Reputation points Microsoft Vendor
0 answers

Logic App - Sharepoint - Searching for files within sub-directories

Hi. I'm pretty inexperienced with logic apps and have been searching all over for help with this. A colleague needs a directory and all sub-directories and files within to be copied from a sharepoint drive to ADLS2. I've tried looking into this but it…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,352 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
11,227 questions
asked 2025-02-18T16:02:59.3833333+00:00
Adam Peel 20 Reputation points
0 answers

Reporting a bug in Azure Logic Apps

Hello everyone,   I have been struggling to repeort a bug to Microsoft Logic Apps team in this Github issue: https://github.com/Azure/logicapps/issues/1093#event-13236428281   It's been months since I have reported this bug and it was closed without any…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,352 questions
asked 2025-02-14T13:55:22.8166667+00:00
AK 1 Reputation point
commented 2025-02-18T11:39:53.2433333+00:00
VenkateshDodda-MSFT 23,786 Reputation points Microsoft Employee
1 answer

Change default language

Context : We have set up a workflow in Logic App that sends an email, allowing the user to either approve or reject the request. Could someone please let me know if it is possible to change the default language of this message (see Capture) or tell me…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,352 questions
asked 2025-02-10T20:56:36.9966667+00:00
Frenette, Véronique 0 Reputation points
commented 2025-02-18T10:57:48.57+00:00
Loknathsatyasaivarma Mahali 430 Reputation points Microsoft Vendor
0 answers

I want to create a user in UserInformationList using the email (retrieved from GET /users/{id | userPrincipalName}).

I need to create a new item in SharePoint using a Logic App. I'm using the HTTP connector and an authentication token obtained from a POST request to https://login.microsoftonline.com/tenant/oauth2/v2.0/token. In my SharePoint list, some columns are of…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,352 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,068 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
11,227 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,303 questions
SharePoint Server Development
SharePoint Server Development
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Development: The process of researching, productizing, and refining new or existing technologies.
1,633 questions
asked 2025-02-11T09:39:02.3566667+00:00
Nandi, Sulagna 0 Reputation points
edited a comment 2025-02-18T10:47:23.5333333+00:00
Ranashekar Guda 95 Reputation points Microsoft Vendor
0 answers

Azure Logic Apps: How to group objects by 'ReceiptId'?

I have a problem, and I don't know how to solve it. I have a Logic App which gets data from D365FO { "dataAreaId": "11", "TerminalId": "100402", "TransactionId": "xxxx", …

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,352 questions
asked 2025-02-14T19:51:48.85+00:00
Pekkola Jouni 0 Reputation points
commented 2025-02-18T10:27:46.3566667+00:00
Ranashekar Guda 95 Reputation points Microsoft Vendor
0 answers

Receiving Multiple emails from Azure Logic apps.

Hi Team, This is regarding the Azure logic apps. We have set the email notification for our pipelines status. Issue is we are receiving 3-4 emails for each pipeline . Could you please help us to undertsnd and solve this issue. Thanks in advance.

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,352 questions
asked 2025-01-10T09:54:20.2766667+00:00
Nemade, Pradnya 0 Reputation points
edited a comment 2025-02-18T09:44:01.61+00:00
Shireesha Eeraboina 1,715 Reputation points Microsoft Vendor
2 answers

Storage Account for Logic App When Deploying in Logic App in DR

Hi   We’re planning to deploy Standard Azure Logic App (or a Function App) in a multi-region / DR mode as described here--> https://learn.microsoft.com/en-us/azure/logic-apps/multi-region-disaster-recovery  Basically, two independent Azure Logic App…

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,377 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,352 questions
asked 2025-02-15T04:41:46.7266667+00:00
Taranjeet Malik 546 Reputation points
commented 2025-02-18T09:36:44.52+00:00
Nandamuri Pranay Teja 805 Reputation points Microsoft Vendor
0 answers

I have a problem with a logic app calling an azure function app. Its failing with an Unauthorized error

I have an azure logic app "logic-nats-test-func". It calls an azure function app called "func-assurityimport-nats-dev". It is displaying "Unauthorized" when it is run. When it is run I can see the function running by…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,424 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,352 questions
asked 2025-02-17T17:19:40.6766667+00:00
Chris Crowhurst 0 Reputation points
edited a comment 2025-02-18T09:06:35.4066667+00:00
Khadeer Ali 3,430 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Move email not working in logic app

My logic app polls a shared mailbox for new emails, mark emails as read and move the emails to Archive folder of shared mailbox. but i am getting error message at marking email as read. "error": { "code":…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,352 questions
asked 2023-07-21T00:37:22.75+00:00
Abhishake Jaiswal 160 Reputation points
commented 2025-02-18T07:27:18.86+00:00
68569743 0 Reputation points
0 answers

How to role back to previous standard logic app UI

Is it possible to role back to the previous version of the UI for standard logic apps? There were a few changes about a week ago which are causing some serious problems with changing and saving flows.

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,352 questions
asked 2025-02-17T08:29:56.6433333+00:00
Gareth T 5 Reputation points
commented 2025-02-18T05:25:43.6433333+00:00
VenkateshDodda-MSFT 23,786 Reputation points Microsoft Employee
0 answers

attachment size issue in Send an email(V2) activity in Azure logic app flow.

Hi All, I am facing issue with the attachment size in send an email(v2) in Azure logic app flow. Till yesterday(2/12), I used to send the same file with the same flow it never thrown error. But now it is throwing error. Can anyone suggest how to overcome…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,352 questions
asked 2025-02-14T06:23:08.49+00:00
Upendra Reddy Mekala 0 Reputation points
commented 2025-02-17T19:46:10.92+00:00
Sai Prabhu Naveen Parimi 5 Reputation points Microsoft Vendor
1 answer

Logic App Dataverse Connector FetchXML will not return more than 512 records

Hi All, got issue where Dataverse connector will not return more than 512 records when using FetchXML. Have tried using the paging settings of the connector and top property of FetchXML (and combinations of both). I converted the FetchXML to web api…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,352 questions
asked 2025-02-10T03:50:06.2433333+00:00
Scott Brownhill 5 Reputation points
commented 2025-02-17T09:56:53.39+00:00
Roberto Ilidio 0 Reputation points Microsoft Employee
0 answers

Unable to upload file to SFTP root folder using logic apps SFTP-SSH Connector

Hi There, I am using Logic Apps consumption and created a workflow to move the file from Sharepoint to SFTP Root folder. But whenever I am executing the workflow getting an error message as "The provider path "/<File Name> doesn't…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,352 questions
asked 2025-01-30T04:59:03.52+00:00
Jagjeet Singh 0 Reputation points
commented 2025-02-17T01:37:04.5166667+00:00
Shireesha Eeraboina 1,715 Reputation points Microsoft Vendor
2 answers

File not found\r\nclientRequestId

We are getting the below error when trying to get file content for each file in a document library folder. It only errors out when it tries to get the content of a folder as opposed to a file. Is there a better way to get all files and folders in order…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,352 questions
asked 2023-05-02T06:35:04.24+00:00
Nathan Gemmill 5 Reputation points
commented 2025-02-14T18:49:08.66+00:00
Hammed Abdulazeez 0 Reputation points MVP
0 answers

Exporting Power BI Reports as PDFs and Sending to Recipients Using Logic Apps

How can I use Logic Apps to export Power BI reports as PDFs and send them to different recipients? Specifically, I need to export the reports based on specific dimensions (such as filters or categories) and automate the process of emailing the PDFs to…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,352 questions
Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,309 questions
asked 2025-02-12T05:59:25.84+00:00
Azure Subscription 0 Reputation points
commented 2025-02-14T08:48:37.4033333+00:00
Loknathsatyasaivarma Mahali 430 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

How to send a message to DeadletterQueue in a topic/subscription using Standard Logic App?

I am trying to send a message to DeadLetterQueue of topic/subscription whenever a particular condition fails. I am using a standard logic app which does not seem to have an in-built action "Dead-Letter the message in the queue". Instead of…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,352 questions
asked 2023-03-08T10:45:28.5+00:00
Azure-search 201 Reputation points
commented 2025-02-14T04:27:27.8866667+00:00
Manjunath Patelappa 1 Reputation point
2 answers

Insufficient permission to see Log Analytics logging step in Standard Logic App

I have a Standard Logic App that uses the Azure Log Analytics Data Collector connector to send logs to Log Analytics (LA). In the 'connections.json' definition, I am referencing most of the values from Environment Variables { …

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,352 questions
Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
6,896 questions
asked 2025-02-10T16:57:02.29+00:00
Michal Pipal 25 Reputation points
edited a comment 2025-02-14T04:11:06.4933333+00:00
RithwikBojja 75 Reputation points Microsoft Vendor
1 answer

Logic App fails to get file content from GitHub

Hi, I'm trying to work on an automatic KB update.. where when a file gets created or modified in GitHub, the logic app should be triggered, get the file content and save the data in azure AI Seacrh. But I've been facing with an issue which I'm not sure…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,352 questions
asked 2025-02-12T02:20:38.8933333+00:00
Lakshana 0 Reputation points
commented 2025-02-14T04:10:24.4933333+00:00
RithwikBojja 75 Reputation points Microsoft Vendor