Parse JSON for Multi-Type Properties

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… Continue reading Parse JSON for Multi-Type Properties

Concurrency Control In Loop In Power Automate And Logic Apps

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… Continue reading Concurrency Control In Loop In Power Automate And Logic Apps

Group by in Array/Collections in Power Automate/Logic Apps

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… Continue reading Group by in Array/Collections in Power Automate/Logic Apps

Filter The Array/Collections Using Power Automate Or LogicApps

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… Continue reading Filter The Array/Collections Using Power Automate Or LogicApps

Setup Authentication of Logic Apps using Logic Apps settings

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… Continue reading Setup Authentication of Logic Apps using Logic Apps settings

Handling Dead Letter Queue(DLQ) using Logic App

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… Continue reading Handling Dead Letter Queue(DLQ) using Logic App

Setup Azure portal resources to integrate external website with Microsoft Dynamics 365

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… Continue reading Setup Azure portal resources to integrate external website with Microsoft Dynamics 365

Access the Azure Logic App using Service Bus to connect Microsoft Dynamics 365 from an external website

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… Continue reading Access the Azure Logic App using Service Bus to connect Microsoft Dynamics 365 from an external website

Integrate external web resource with Microsoft Dynamics 365 using Azure Service Bus & Logic App

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… Continue reading Integrate external web resource with Microsoft Dynamics 365 using Azure Service Bus & Logic App