Questions tagged [azure-logic-apps]

Azure Logic Apps is a cloud service that helps you build automated business process and enterprise integration workflows through a visual designer. For more control, you can change the runtime by using the Logic Apps Workflow Definition Language. Logic Apps easily consume API apps such as Outlook 365, DropBox, and more. You can call logic apps with schedule-based triggers, webhook triggers, or programmatically.

Azure Logic Apps is a cloud service that helps you build automated business process and enterprise integration workflows by using a visual designer. For more control, you can create or extend existing workflows with the Logic Apps Workflow Definition Language. Logic apps easily consume API apps such as Outlook 365, DropBox, SendGrid, and more. You can call logic apps with schedule-based triggers, webhook triggers, or programmatically.

For more information, see the Azure Logic Apps page at https://azure.microsoft.com/services/logic-apps, or the documentation at https://learn.microsoft.com/azure/logic-apps/. Learn more about the Workflow Definition Language at https://learn.microsoft.com/azure/logic-apps/logic-apps-workflow-definition-language.

3898 questions
0
votes
2 answers

Get Items with some date column less than 3 days ago in logic app

I am working in Azure Logic App to get items from a SharePoint list created less then 3 days ago. I wanted to initialize a date variable but there isn't date type in Logic app. Anyone has an idea how to create X for a filter: "Created lt X" where X…
Ofer Gal
  • 707
  • 1
  • 10
  • 32
0
votes
0 answers

Outlook Calendar invites migration from one tenant to another tenant through automation

I need to create an automation to migrate scheduled meeting invites (including attendees, organizers, attachments, start time, end time, meeting occurrence, and external email attendees) of all users in the existing tenant to another new…
0
votes
0 answers

How to connect to MySQL database which is present on Azure Virtual Machine using Azure logic app?

How to connect to MySQL database which is present on Azure Virtual Machine using Azure logic app? How to connect to MySQL database which is present on Azure Virtual Machine using Azure logic app? Is this possible without ISE? ISE is being retired in…
Chaudhary
  • 1
  • 1
0
votes
1 answer

Power Automate/Logic Apps trigger On Post of Item Journal OR Edit of Inventory of Item table of Business Central

In Business Central, is it possible in PowerAutomate/LogicApp to have a trigger whenever any Item journal record get posted successfully. OR it would be fine if we have a trigger in PowerAutomate/LogicApp only if Inventory get updated on Item table.…
0
votes
1 answer

How to order the json nodes and values as per requirement in logic apps

I Require the json objects in this particular order, so I have composed this particular order in the compose data operation, but when the logic app triggers this is automatically changing into alphabetical order. If it changes, the data is not being…
0
votes
2 answers

How to customise 'Create HTML table' activity in Logic App?

I have a requirement to display a table in mail. I have used 'Create HTML Table' activity in logic app and below is the result. I want to add colors to alternative rows. Something like below. Is there a way to customise the 'Create HTML table'…
Sivaani N
  • 19
  • 1
  • 8
0
votes
2 answers

Extract SOAP body from Envolope request inside azure logic app action

I have a Logic app (LA) that have an http trigger. To the LA, I send a SOAP request similar to this:
ibda
  • 376
  • 3
  • 15
0
votes
1 answer

How to pass array of values to logic app?

There is a requirement to send an alert mail from ADF that looks like below. Input: Input are files from FTP. We have 4 files, say 1,2,3,4, and there may be scenarios where one or more of them may be missing. So, I have to loop through the files…
Sivaani N
  • 19
  • 1
  • 8
0
votes
1 answer

How to avoid loosing the requests in process when Azure Logic App Crash

We set up an event grid and a logic app as a subscriber to the event grid. One of our core requirements is not loose the requests once the event grid receives the requests. Not loosing requests means this system must come back to the caller either…
Toby Yoo
  • 5
  • 3
0
votes
1 answer

Issue with Stopping Power Automate Flow with Combined "Post Adaptive Card and Wait for a Response" Action

I am facing a challenge with Microsoft Power Automate with the usage of the "Post Adaptive Card and Wait for a Response" action within Microsoft Teams. We have implemented Power Automate to automate a critical process within Microsoft Teams. The…
0
votes
1 answer

Personal account to Service Mailbox for Logic App

I have a Logic app for searching Application Secret expiration. It is working good. Next week we will go to production level, the reason why I need to change from my Personal account to Service Mail box so that Notification can come to the Service…
0
votes
2 answers

how can I add a newline using logic app or powerautomate?

I'm trying to add newline in String using Logic App. But I got nothing interesting. That is what I got: ios-youtube, keepassium-ios, markmcguill-strongbox, Office-Word, microsoft-azureauthenticator, microsoft-scmx, Office-Excel, microsoft-skydrive,…
0
votes
1 answer

Deactivate a function in Azure Logic App Workflow using the designer

I am stuck with a problem that initially seems quite trivial. The thing is, I need to deactivate a Function in an Azure Resource Group, but I can only do it using the Designer, and I don't have access to the Active Directory. Apparently, it's…
MadDev
  • 113
  • 16
0
votes
1 answer

What's the maximum name length for an Azure Logic App (Standard and Consumption)?

I found disparate answers in many sites and not a clear or definite response in the Microsoft sites.
Gedeon
  • 742
  • 9
  • 13
0
votes
2 answers

Azure logic apps - how to upload pdf content

Hello I have a logic app that looks for email attachments, I made an HTTP request to upload this file into a temporary blob storage. When I open my pdf file it is empty. I have a variable where I put the file content and send it as body in the HTTP…