Category: Logic Apps
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, 20237332 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 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 more