Tag: JSON objects

Manipulate JSON objects or arrays: using setProperty/addProperty
Manipulate JSON objects or arrays: using setProperty/addProperty
Blog Posts

In Power Automate, working with JSON objects and arrays is essential for building advanced, scalable, and maintainable flows. JSON acts as the backbone of data exchange, allowing you to represent structured information flexibly. Two powerful expressions—setProperty() and addProperty()—unlock the ability to dynamically update, expand, and manipulate JSON objects. This article explores what these functions do, why they matter, and… READ MORE

Building JSON Objects in Microsoft Flow
Building JSON Objects in Microsoft Flow
Blog Posts

A couple of days ago, I was helping a friend with a case in Microsoft Flow … So I thought this is a good time to write a new article that would be a reference for my friend, and hopefully others would find this useful if they came across the same issue. The Case It’s… READ MORE