If you've played with Power Automate, Microsoft's new workflow tool, you've likely come across some JSON-related content. If you've never worked in software development, this may be the first time you've seen data formatted this way; you've likely only seen XML-formatted data in applications like Microsoft Dynamics 365. In this blog, we'll break down the key things to know about JSON and how you can use it to create powerful Flows for your business.
What is Power Automate?
Formally known as Microsoft Flow, Power Automate is Microsoft's code-less tool designed to automate your business's repetitive and manual tasks. With Power Automate, you can:
Automate business processes.
Pass data between nearly every application in the Microsoft Stack.
Connect to any publicly available API.
Automatically send reminders and create events for your business.
And much more!
Click here for countless examples of how Power Automate can fit your business needs.
What is JSON?
JSON is a language-independent data interchange format. Essentially, it is a lightweight way of displaying and transporting data in applications regardless of what coding language that application is written in. XML, on the other hand, is an older format used to transport data that has become less popular over the years.
Power Automate and JSON
Power Automate utilizes JSON to display and transport data between your Flow Steps. If you've ever troubleshooted a Flow by reviewing its Run history, you will see that most Flow Steps have inputs and outputs that contain JSON. Therefore, understanding JSON is key to creating and troubleshooting Flows successfully.
JSON consists of Arrays(denoted with braces), Objects (denoted with curly braces) and Properties (displayed as Key-Value Pairs). These come together to create a data hierarchy that can be understood by almost any modern application. Suppose you create a Flow Step that queries the Accounts table...
This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-out if you wish. Cookie settingsACCEPT
Privacy & Cookies Policy
Privacy Overview
This website uses cookies to improve your experience while you navigate through the website. Out of these cookies, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may have an effect on your browsing experience.
Necessary cookies are absolutely essential for the website to function properly. This category only includes cookies that ensures basic functionalities and security features of the website. These cookies do not store any personal information.
Any cookies that may not be particularly necessary for the website to function and is used specifically to collect user personal data via analytics, ads, other embedded contents are termed as non-necessary cookies. It is mandatory to procure user consent prior to running these cookies on your website.
Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics the number of visitors, bounce rate, traffic source, etc.
Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.
Advertisement cookies are used to provide visitors with relevant ads and marketing campaigns. These cookies track visitors across websites and collect information to provide customized ads.