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…
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…
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…
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…
![](https://techprofile.blob.core.windows.net/images/hra_WeT_hEmSpN-7GT42eA.png?8DA207)
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…
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: 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", …
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.
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…
![](https://techprofile.blob.core.windows.net/images/plYzsHbbFkSRZoNnNRfYxw.png?8DD363)
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…
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":…
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.
![](https://techprofile.blob.core.windows.net/images/hra_WeT_hEmSpN-7GT42eA.png?8DA207)
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…
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…
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…
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…
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…
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…
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 { …
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…