Power Automate: Understanding how to use JSON [Power Automate Basics Series - Ep. 6]

When creating workflows with Power Automate, you have probably come across JSON before, but probably think nothing of it. Understanding what JSON is and how it is used in Power Automate is one of the biggest steps in the mastery process of truly knowing the many intricacies of workflow automation.
Follow along as Jonathon explains what the elements of a JSON array are and how each are utilized in the steps for a Power Automate workflow. Take note of the use of the data operation Parse JSON and how it can be of massive assistance when building dynamic flows in the cloud.
👍 If you enjoy this video and are interested in formal training on Power BI, Power Apps, Azure, or other Microsoft products you can use my code "Jonathon30" at check out when purchasing our On-Demand Learning classes to get an extra 30% off - pragmaticworks.com/pricing/
-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -- - - - - - - - - - - - - - - - - - - - - - - -
Next step on your journey:
👉 On-Demand Learning - Start With The FREE Community Plan: tinyurl.com/2ujujsb5
🔗Pragmatic Works On-Demand Learning Packages: pragmaticworks.com/pricing/
🔗Pragmatic Works Boot Camps: pragmaticworks.com/boot-camps/
🔗Pragmatic Works Hackathons: pragmaticworks.com/private-tr...
🔗Pragmatic Works Virtual Mentoring: pragmaticworks.com/virtual-me...
🔗Pragmatic Works Enterprise Private Training: pragmaticworks.com/private-tr...
🔗Pragmatic Works Blog: blog.pragmaticworks.com/
Let's connect:
✔️Twitter: / pragmaticworks
✔️Facebook: / pragmaticworks
✔️Instagram: / pragmatic.works
✔️LinkedIn: / pragmaticworks
✔️KZread: / pragmaticworks
Pragmatic Works
7175 Hwy 17, Suite 2 Fleming Island, FL 32003
Phone: (904) 638-5743
Email: training@pragmaticworks.com
#PragmaticWorks

Пікірлер: 4

  • @autobase16
    @autobase16 Жыл бұрын

    Thank you

  • @AdiCristea
    @AdiCristea Жыл бұрын

    Thanks, Jonathan! Wouldn't typing the key in Search dynamic content box bring the required dynamic content, even if it does not appear in the list initially?

  • @DoubleUJay
    @DoubleUJay9 ай бұрын

    I'm sorry, but I have to tell you that you explained the JSON part completely wrong. A JSON array is represented in square brackets [ ] and an object in curly braces { }. An array of objects looks like this: [ { }, { } ]. There's a reason the JSON-Path notation exists

  • @DoubleUJay

    @DoubleUJay

    9 ай бұрын

    In this example the key "hobbies" is an array and the whole JSON is one object: { "name": "Max", "alter": 25, "hobbies": ["Lesen", "Wandern", "Schwimmen"] }