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
1 answer

How to add elements of an array, based on a condition, in azure logic apps?

I would like to add up the values of an array, based on a condition. { "name": "alfons", "value": 100, "condValue": "D90" }, { "name": "alfons", "value": 300, "condValue": "D10" }, { "name": "alfons", "value": 200, "condValue": "D90" }, { "name":…
0
votes
2 answers

Azure Logic App json message grouping with a key

I'm trying to group by below JSON Message: [ { "Id": "1", "name": "xxx", "age": "20" }, { "Id": "1", "name": "yyy", "age": "52" }, { "Id": "5", "name": "zzz", …
Deepak Shaw
  • 461
  • 3
  • 6
0
votes
1 answer

Where to add maps for different logic app in same Visual Studio Code project?

I have one visual studio code project in which I have two logic apps. Both logic apps have their own XSLT mapping files. I know that I can add the mapping files to workflows/Artifacts/Maps for the mapping files to deploy to Azure. However, what…
Vydai
  • 55
  • 6