Tag: Azure Logic App
Parse JSON for Multi-Type Properties
Inkey, February 6, 20241571 Views
JSON (JavaScript Object Notation) is a widely used data format for storing and exchanging data. It is easy to read, write, and parse, making it a popular choice for data interchange. However, when working with JSON data, you may encounter scenarios where a column or field can contain multiple types of data. In this blog […]
Read moreConcurrency Control In Loop In Power Automate And Logic Apps
Inkey, December 22, 20231860 Views
To understand concurrency control in loop of Power Automate Flow/Logic Apps, let us try to understand in this blog about, what is concurrency in a loop, how it is beneficial of us and when we do not need to manage concurrency. What is Concurrency? Concurrency means one kind of parallelism where the number of operations […]
Read moreGroup by in Array/Collections in Power Automate/Logic Apps
Inkey, December 1, 20237333 Views
Power Automate provides a versatile set of actions and expressions that allow you to craft logic to meet a wide range of requirements. You can utilize these capabilities for data processing, filtering, and sorting tasks, among others. The ‘Group By’ feature in Power Automate is a powerful tool that enables you to establish a new […]
Read moreFilter The Array/Collections Using Power Automate Or LogicApps
Inkey, November 7, 20239821 Views
Can we filter the array/collections using Power Automate or LogicApps? Ever came across a situation where from a list of records/objects, you only want to get few based on some criteria in Power Automate Flow? Most of us have gone through that but with the loop approach. In this blog, we will talk about the […]
Read moreSetup Authentication of Logic Apps using Logic Apps settings
Inkey, April 1, 20218747 Views
This time we will see how to authenticate logic apps. What is Logic Apps? Azure Logic Apps is a cloud service that helps you schedule, automate, and orchestrate tasks, business processes, and workflows when you need to integrate apps, data, systems, and services across enterprises or organizations. What we need Postman Basic understanding of the Logic App We […]
Read moreHandling Dead Letter Queue(DLQ) using Logic App
Inkey, February 11, 201910947 Views
In our previous blog, we have explained how to handle DLQ using the Azure Functions. Please refer: https://www.inkeysolutions.com/blogs/handling-dead-letter-queuedlq-using-azure-functions/ Lets now learn how to read the messages from the DLQ using the Logic App: First and foremost, we need to identify the message received in the Dead Letter Queue. So, the trigger step in the Logic […]
Read moreSetup Azure portal resources to integrate external website with Microsoft Dynamics 365
Inkey, September 5, 20185444 Views
Today in this blog, I will explain you how to setup various resources in Azure to integrate the external website with dynamic crm 365 using Azure Logic App and Service Bus. You will have to create below resources in Azure to integrate external website with Microsoft Dynamics 365:- 1. Resource group 2. Service Bus Namespace […]
Read moreAccess the Azure Logic App using Service Bus to connect Microsoft Dynamics 365 from an external website
Inkey, September 5, 20184352 Views
Using Logic App we can create, update, return list of records etc from the CRM. Today in this blog, I will explain how to access the Azure Logic App using Service Bus from an external website. First, create a web API to access the Azure Logic App using Service Bus. Please refer the below link […]
Read moreIntegrate external web resource with Microsoft Dynamics 365 using Azure Service Bus & Logic App
Inkey, September 5, 20184819 Views
Today in this blog, I will explain how we can communicate with the Microsoft dynamics 365 from an external website using Azure Service Bus & Logic App. Using Logic App we can create, update, return list of records etc from the CRM. Below is an example of how we can create the record in the […]
Read more