cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
mikraphne
Helper I
Helper I

Having issues trying to access nested data from a parsed JSON

I am fairly new to really digging into PowerAutomate, but I have tried so many different methods and cannot seem to get this one figured out. I have a JSON that is coming in from an HTTP Recieve, then being parsed. I can easily access most data and create variables and throw the data into other areas where needed. However, I am having issues accessing a few pieces of data that is tested within my JSON. I've tried a ton of different expressions to get this, as well as trying to set up a For each, and I think I am out of depth on this one for the time being. If anyone can help take a look, I'd greatly appreciate it!

 

I am trying to take the ouput of our phishing submission system (KnowBe4), then grab specific data to send over to our help desk software for metrics. If I can grab Subject and Message-ID, I can store it in Log Analytics to be cross referenced later, when the ticket is to be closed (I am trying to make it so we can open/close tickets without having to go to the help desk system). The field for "trigger_name" is what I will tell the system who to close the ticket as. Lastly, the "field": "clean", "value": "0.00" (near the bottom of the JSON) both are connected and I would rather it just store the value as "clean":"value". This is more for adding reference in the ticket body for fanciness, so is not totally needed.

 

Also, I don't know if it will help, but most of these fields will always be static and will be there for every message, outside of the "trigger_name". Unfortunately, KnowBe4 doesn't just put 'Closed by' for me to go off of. Instead, they use this "trigger_name" all over the place in the history section of a ticket, which will vary in size. It is always "null" unless there is human interaction that closed the ticket, if that makes sense.

 

 

{
    "body": {
        "headers": [
            {
                "sha1": "08f96a6ac4300",
                "headers": [
                    {
                        "Subject": "You missed a VM= | Transcription Available Play Now 02min57se=  3pm|Friday-February-2024 12:21 PM"
                    },

                    {
                        "Message-Id": "<170811486211.6420.16697328371498069029@takahashibussho.co.jp>"
                    },
                    {
                        "Content-Transfer-Encoding": "7bit"
                    }
                ],
                "filename": "rawHeaders.txt",
                "sha256": "89525511f796c492eb",
            }
        ],
        "addresses": {
            "to": [
                "jeom"
            ]
        },
        "links": [],
        "phishml": {
            "confidence_spam": "0.0002689999237190932",
            "confidence_clean": "0.00001319524653808912",
            "category": "threat",
            "confidence_threat": "0.9997478127479553"
        },
        "history": [
            {
                "date": "2024-02-16T16:08:21-05:00",
                "events": {
                    "phishrip_started": {
                        "queried_fields": [
                            "from",
                            "subject"
                        ],
                        "time_range": {
                            "start_time": "2024-02-15T16:08:15-05:00",
                            "end_time": "2024-02-16 21:08:15 +0000"
                        },
                        "quarantine": "true",
                        "id": "7dd22796-c400-4b9f-9c74-3f198272a36d",
                        "status": "processing"
                    }
                },
                "causer_name": "Threat Email Notification for Reporter"
            },
            {
                "date": "2024-02-16T16:08:15-05:00",
                "trigger_name": "One of three different names here",
                "causer_type": "Action",
                "event_type": "other",
                "trigger_type": "User",
                "events": {
                    "emails": [
                        {
                            "action_email_id": "c4ba53c9-8932-40a7-a347-f0cb74d04f15",
                            "to": [
                                ""
                            ],
                            "email": "Threat Email Notification for Reporter",
                            "status": null
                        }
                    ],
                    "changed_fields": {
                        "action_status": [
                            "received",
                            "resolved"
                        ]
                    }
                },
                "causer_name": "Threat Email Notification for Reporter"
            },
            {
                "date": "2024-02-16T16:07:56-05:00",
                "trigger_name": null,
                "causer_type": "User",
                "event_type": "other",
                "trigger_type": null,
                "events": {
                    "changed_fields": {
                        "viewed": [
                            false,
                            true
                        ]
                    }
                },
                "causer_name": "NAME HERE"
            },
            {
                "date": "2024-02-16T15:22:35-05:00",
                "trigger_name": null,
                "causer_type": "Action",
                "event_type": "other",
                "trigger_type": null,
                "events": {
                    "emails": [
                        {
                            "action_email_id": "0ebd75cc-23ea-4f91-8459-023f81e6c891",
                            "to": [
                                "",
                            ],
                            "email": "Threat Email Notification for Admin",
                            "status": null
                        }
                    ],
                    "tags": {
                        "added": [
                            "MANUAL"
                        ]
                    },
                    "changed_fields": {
                        "severity": [
                            "unknown_severity",
                            "critical"
                        ],
                        "category": [
                            "unknown",
                            "threat"
                        ]
                    }
                },
                "causer_name": "Threat Notification for Admin"
            },
            {
                "date": "2024-02-16T15:22:34-05:00",
                "trigger_name": null,
                "causer_type": "Rule",
                "event_type": "other",
                "trigger_type": null,
                "events": {
                    "tags": {
                        "added": [
                            "KB4:SPF_PASS"
                        ]
                    },
                    "changed_fields": {
                        "pipeline_status": [
                            "processing",
                            "processed"
                        ]
                    }
                },
                "causer_name": "KB4:URGENCY"
            },
            {
                "date": "2024-02-16T15:22:26-05:00",
                "trigger_name": null,
                "causer_type": "Intert",
                "event_type": "other",
                "trigger_type": null,
                "events": {
                    "report": {
                        "name": "VirusTotal",
                        "results": [
                            {
                                "field": "attachment",
                                "value": "JPQN.png"
                            },
                            {
                                "field": "autoscan",
                                "value": "SHA-256 not found."
                            }
                        ]
                    },
                    "tags": {
                        "removed": [
                            "VT_PENDING"
                        ],
                        "added": [
                            "VT_HASH_NOT_FOUND"
                        ]
                    }
                },
                "causer_name": "VirusTotal"
            },
            {
                "date": "2024-02-16T15:22:22-05:00",
                "trigger_name": null,
                "causer_type": "Integrations::PhishMl::Report",
                "event_type": "other",
                "trigger_type": null,
                "events": {
                    "report": {
                        "name": "Phish ML",
                        "results": [
                            {
                                "field": "clean",
                                "value": "0.00"
                            },
                            {
                                "field": "spam",
                                "value": "0.03"
                            },
                            {
                                "field": "threat",
                                "value": "99.97"
                            }
                        ]
                    },
                    "tags": {
                        "added": [
                            "PML:THREAT"
                        ]
                    }
                },
                "causer_name": "Phish ML"
            },
            {
                "date": "2024-02-16T15:22:10-05:00",
                "events": {
                    "part": {

                        "name": "JPQN.png"
                    }
                },
                "causer_name": null
            },
            {
                "date": "2024-02-16T15:22:10-05:00",
                "causer_name": null
            }
        ],
        "bad_links": [],
        "tags": [
            "SUCCESS_TAG"
        ]
    }
}

 

 

1 ACCEPTED SOLUTION

Accepted Solutions
sandeepstw
Super User
Super User

Screenshot 2024-02-20 165835.pngHI,

 

This is the path to get subject as string variable - 

{
  "type": "InitializeVariable",
  "inputs": {
    "variables": [
      {
        "name": "varSubject",
        "type": "string",
        "value": "@{variables('varObject')['body']['headers'][0]['headers'][0]['Subject']}"
      }
    ]
  },
  "runAfter": {
    "Initialize_variable": [
      "Succeeded"
    ]
  }
}
 

Please give kudos and mark as solution if it helps.  

  

Thanks, 

Sandeep Mishra

View solution in original post

8 REPLIES 8
cchannon
Multi Super User
Multi Super User

Well, that's a lot of questions all rolled into one, so I don't think I will be able to answer all of them at once for you but let me try to point you in the right direction.

 

Assuming you are using the ParseJSON Action to convert this JSON into a deserialized Power Automate object, then accessing its members is as simple as walking the JSON tree; even if sometimes the editor window doesn't show you the members.

 

So, for example, to access Subject and Message-Id in Headers[], you will just want to ApplyToEach loop over

MyJSON.Body.Headers

then check each item for the key of "Subject" or "Message-Id" and write those off into a variable or wherever you want to store them.

 

Likewise, to access Trigger-name you would do a ApplyToEach loop over 

MyJSON.Body.History

and, I assume, append each one to an array variable so you can extract them one at a time.

 

And lastly, to access those field/value objects you would nest ApplyToEach loops. Start with a Loop on MyJSON.Body.History, then create another loop inside there for items('Apply_to_each') (or whatever the generated syntax is for your iterable) so that inner loop would be on something like 

items('Apply_to_each').events.report.results

 

sandeepstw
Super User
Super User

Hi @mikraphne ,

 

You have already parsed the incoming JSON data.

Ensure that you have used the 'Parse JSON' action to convert the raw JSON into a format that Power Automate can handle.

To extract specific values from nested data, use the 'Compose' action to create variables for the desired fields like Subject, Message-ID, trigger_name etc.

In the 'Compose' action, use expressions to access the nested properties within your parsed JSON.

For Subject:
outputs('Parse_JSON')['Subject']
For Message-ID:
outputs('Parse_JSON')['Message-ID']
For trigger_name:
outputs('Parse_JSON')['trigger_name']

Refer this youtube video - https://www.youtube.com/watch?v=sqx8in2PJlA

 

Please give kudos and mark as solution if it helps.  

  

Thanks, 

Sandeep Mishra 

I guarantee this is all user error on my part, but I keep trying to do this, and set a variable for Subject.

mikraphne_0-1708357943606.png

Whenever it gets to that step it throws this error:

mikraphne_1-1708357977700.png


I know I have tried this process a few times with For Each, since that seemed to be the suggested thing to do, but I feel like I am setting something incorrectly. It is also a little confusing because there is a "headers" under "headers"

mikraphne_2-1708358055575.png


Is this the one I need, or do I need another For Each loop to go one layer down?

Sorry, I know this is probably super simple for everyone else, but I think I have tried so many different things that I am kinda losing track at this point haha

I tried using outputs('Parse_JSON')['Subject'] and still have no luck. Is it because it is nested in another 'headers'?

 

When it runs, I get:

mikraphne_0-1708372480984.png

I even tried what the video said and haven't had any luck.

I am simply getting JSON from a HTTP Connector, then immediately running Parse_JSON on the body of the HTTP connector:

mikraphne_1-1708373960688.png

 

 

sandeepstw
Super User
Super User

Screenshot 2024-02-20 165835.pngHI,

 

This is the path to get subject as string variable - 

{
  "type": "InitializeVariable",
  "inputs": {
    "variables": [
      {
        "name": "varSubject",
        "type": "string",
        "value": "@{variables('varObject')['body']['headers'][0]['headers'][0]['Subject']}"
      }
    ]
  },
  "runAfter": {
    "Initialize_variable": [
      "Succeeded"
    ]
  }
}
 

Please give kudos and mark as solution if it helps.  

  

Thanks, 

Sandeep Mishra

To make it even more confusing, I got it finally running, but then sent another payload over to it and it failed. It is coming from a system I don't have any access to changing, and I wish they would just put in all the fields with "" for the values that are not there. Instead, the values of "Subject" and "Message-ID" end up moving around. I cut a large portion of the data out for my example, but at one point, I had "Subject" working at [17], then the next run with a different payload ended up being [9]. However, these two fields are guaranteed to always be in the array. I unfortunately can't format them to be in a static location though.

hi @mikraphne ,

 

Step 1- put output in a variable "varObject", then create another variable and use this expression to get the subject. that's it 

 

variables('varObject')['body']['headers'][0]['headers'][0]['Subject']

I feel like this is as close as I have gotten! The JSON above is the raw, so the body part is no longer part of it after I parse it. So, I tried it without [body] and it tells me that Subject does not exist, and told me that a different property "Received" was available, since in this run, it was the first property in the array instead of Subject (which, in this run was actually [20], but that will be different every time..

mikraphne_0-1708440221017.png

 

So, I played around with it and made it:

variables('varObject')['headers']?[0]?['headers']?[0]?['Subject']
Since, I figure I just want it to grab the first instance of headers, then the first instance of Subject. However, the value is coming up blank. It is at least marking the step as successful, instead of failing at it.. Not sure if this is a good or a bad sign at this point.
mikraphne_1-1708440367063.png

 

Helpful resources

Announcements

Calling all User Group Leaders and Super Users! Mark Your Calendars for the next Community Ambassador Call on May 9th!

This month's Community Ambassador call is on May 9th at 9a & 3p PDT. Please keep an eye out in your private messages and Teams channels for your invitation. There are lots of exciting updates coming to the Community, and we have some exclusive opportunities to share with you! As always, we'll also review regular updates for User Groups, Super Users, and share general information about what's going on in the Community.     Be sure to register & we hope to see all of you there!

April 2024 Community Newsletter

We're pleased to share the April Community Newsletter, where we highlight the latest news, product releases, upcoming events, and the amazing work of our outstanding Community members.   If you're new to the Community, please make sure to follow the latest News & Announcements and check out the Community on LinkedIn as well! It's the best way to stay up-to-date with all the news from across Microsoft Power Platform and beyond.    COMMUNITY HIGHLIGHTS   Check out the most active community members of the last month! These hardworking members are posting regularly, answering questions, kudos, and providing top solutions in their communities. We are so thankful for each of you--keep up the great work! If you hope to see your name here next month, follow these awesome community members to see what they do!   Power AppsPower AutomateCopilot StudioPower PagesWarrenBelzDeenujialexander2523ragavanrajanLaurensMManishSolankiMattJimisonLucas001AmikcapuanodanilostephenrobertOliverRodriguestimlAndrewJManikandanSFubarmmbr1606VishnuReddy1997theMacResolutionsVishalJhaveriVictorIvanidzejsrandhawahagrua33ikExpiscornovusFGuerrero1PowerAddictgulshankhuranaANBExpiscornovusprathyooSpongYeNived_Nambiardeeksha15795apangelesGochixgrantjenkinsvasu24Mfon   LATEST NEWS   Business Applications Launch Event - On Demand In case you missed the Business Applications Launch Event, you can now catch up on all the announcements and watch the entire event on-demand inside Charles Lamanna's latest cloud blog.   This is your one stop shop for all the latest Copilot features across Power Platform and #Dynamics365, including first-hand looks at how companies such as Lenovo, Sonepar, Ford Motor Company, Omnicom and more are using these new capabilities in transformative ways. Click the image below to watch today!   Power Platform Community Conference 2024 is here! It's time to look forward to the next installment of the Power Platform Community Conference, which takes place this year on 18-20th September 2024 at the MGM Grand in Las Vegas!   Come and be inspired by Microsoft senior thought leaders and the engineers behind the #PowerPlatform, with Charles Lamanna, Sangya Singh, Ryan Cunningham, Kim Manis, Nirav Shah, Omar Aftab and Leon Welicki already confirmed to speak. You'll also be able to learn from industry experts and Microsoft MVPs who are dedicated to bridging the gap between humanity and technology. These include the likes of Lisa Crosbie, Victor Dantas, Kristine Kolodziejski, David Yack, Daniel Christian, Miguel Félix, and Mats Necker, with many more to be announced over the coming weeks.   Click here to watch our brand-new sizzle reel for #PPCC24 or click the image below to find out more about registration. See you in Vegas!       Power Up Program Announces New Video-Based Learning Hear from Principal Program Manager, Dimpi Gandhi, to discover the latest enhancements to the Microsoft #PowerUpProgram. These include a new accelerated video-based curriculum crafted with the expertise of Microsoft MVPs, Rory Neary and Charlie Phipps-Bennett. If you’d like to hear what’s coming next, click the image below to find out more!   UPCOMING EVENTS Microsoft Build - Seattle and Online - 21-23rd May 2024 Taking place on 21-23rd May 2024 both online and in Seattle, this is the perfect event to learn more about low code development, creating copilots, cloud platforms, and so much more to help you unleash the power of AI.   There's a serious wealth of talent speaking across the three days, including the likes of Satya Nadella, Amanda K. Silver, Scott Guthrie, Sarah Bird, Charles Lamanna, Miti J., Kevin Scott, Asha Sharma, Rajesh Jha, Arun Ulag, Clay Wesener, and many more.   And don't worry if you can't make it to Seattle, the event will be online and totally free to join. Click the image below to register for #MSBuild today!   European Collab Summit - Germany - 14-16th May 2024 The clock is counting down to the amazing European Collaboration Summit, which takes place in Germany May 14-16, 2024. #CollabSummit2024 is designed to provide cutting-edge insights and best practices into Power Platform, Microsoft 365, Teams, Viva, and so much more. There's a whole host of experts speakers across the three-day event, including the likes of Vesa Juvonen, Laurie Pottmeyer, Dan Holme, Mark Kashman, Dona Sarkar, Gavin Barron, Emily Mancini, Martina Grom, Ahmad Najjar, Liz Sundet, Nikki Chapple, Sara Fennah, Seb Matthews, Tobias Martin, Zoe Wilson, Fabian Williams, and many more.   Click the image below to find out more about #ECS2024 and register today!     Microsoft 365 & Power Platform Conference - Seattle - 3-7th June If you're looking to turbo boost your Power Platform skills this year, why not take a look at everything TechCon365 has to offer at the Seattle Convention Center on June 3-7, 2024.   This amazing 3-day conference (with 2 optional days of workshops) offers over 130 sessions across multiple tracks, alongside 25 workshops presented by Power Platform, Microsoft 365, Microsoft Teams, Viva, Azure, Copilot and AI experts. There's a great array of speakers, including the likes of Nirav Shah, Naomi Moneypenny, Jason Himmelstein, Heather Cook, Karuana Gatimu, Mark Kashman, Michelle Gilbert, Taiki Y., Kristi K., Nate Chamberlain, Julie Koesmarno, Daniel Glenn, Sarah Haase, Marc Windle, Amit Vasu, Joanne C Klein, Agnes Molnar, and many more.   Click the image below for more #Techcon365 intel and register today!     For more events, click the image below to visit the Microsoft Community Days website.      

Tuesday Tip | Update Your Community Profile Today!

It's time for another TUESDAY TIPS, your weekly connection with the most insightful tips and tricks that empower both newcomers and veterans in the Power Platform Community! Every Tuesday, we bring you a curated selection of the finest advice, distilled from the resources and tools in the Community. Whether you’re a seasoned member or just getting started, Tuesday Tips are the perfect compass guiding you across the dynamic landscape of the Power Platform Community.   We're excited to announce that updating your community profile has never been easier! Keeping your profile up to date is essential for staying connected and engaged with the community.   Check out the following Support Articles with these topics: Accessing Your Community ProfileRetrieving Your Profile URLUpdating Your Community Profile Time ZoneChanging Your Community Profile Picture (Avatar)Setting Your Date Display Preferences Click on your community link for more information: Power Apps, Power Automate, Power Pages, Copilot Studio   Thank you for being an active part of our community. Your contributions make a difference! Best Regards, The Community Management Team

Hear what's next for the Power Up Program

Hear from Principal Program Manager, Dimpi Gandhi, to discover the latest enhancements to the Microsoft #PowerUpProgram, including a new accelerated video-based curriculum crafted with the expertise of Microsoft MVPs, Rory Neary and Charlie Phipps-Bennett. If you’d like to hear what’s coming next, click the link below to sign up today! https://aka.ms/PowerUp  

Super User of the Month | Ahmed Salih

We're thrilled to announce that Ahmed Salih is our Super User of the Month for April 2024. Ahmed has been one of our most active Super Users this year--in fact, he kicked off the year in our Community with this great video reminder of why being a Super User has been so important to him!   Ahmed is the Senior Power Platform Architect at Saint Jude's Children's Research Hospital in Memphis. He's been a Super User for two seasons and is also a Microsoft MVP! He's celebrating his 3rd year being active in the Community--and he's received more than 500 kudos while authoring nearly 300 solutions. Ahmed's contributions to the Super User in Training program has been invaluable, with his most recent session with SUIT highlighting an incredible amount of best practices and tips that have helped him achieve his success.   Ahmed's infectious enthusiasm and boundless energy are a key reason why so many Community members appreciate how he brings his personality--and expertise--to every interaction. With all the solutions he provides, his willingness to help the Community learn more about Power Platform, and his sheer joy in life, we are pleased to celebrate Ahmed and all his contributions! You can find him in the Community and on LinkedIn. Congratulations, Ahmed--thank you for being a SUPER user!

Tuesday Tip: Getting Started with Private Messages & Macros

Welcome to TUESDAY TIPS, your weekly connection with the most insightful tips and tricks that empower both newcomers and veterans in the Power Platform Community! Every Tuesday, we bring you a curated selection of the finest advice, distilled from the resources and tools in the Community. Whether you’re a seasoned member or just getting started, Tuesday Tips are the perfect compass guiding you across the dynamic landscape of the Power Platform Community.   As our community family expands each week, we revisit our essential tools, tips, and tricks to ensure you’re well-versed in the community’s pulse. Keep an eye on the News & Announcements for your weekly Tuesday Tips—you never know what you may learn!   This Week's Tip: Private Messaging & Macros in Power Apps Community   Do you want to enhance your communication in the Community and streamline your interactions? One of the best ways to do this is to ensure you are using Private Messaging--and the ever-handy macros that are available to you as a Community member!   Our Knowledge Base article about private messaging and macros is the best place to find out more. Check it out today and discover some key tips and tricks when it comes to messages and macros:   Private Messaging: Learn how to enable private messages in your community profile and ensure you’re connected with other community membersMacros Explained: Discover the convenience of macros—prewritten text snippets that save time when posting in forums or sending private messagesCreating Macros: Follow simple steps to create your own macros for efficient communication within the Power Apps CommunityUsage Guide: Understand how to apply macros in posts and private messages, enhancing your interaction with the Community For detailed instructions and more information, visit the full page in your community today:Power Apps: Enabling Private Messaging & How to Use Macros (Power Apps)Power Automate: Enabling Private Messaging & How to Use Macros (Power Automate)  Copilot Studio: Enabling Private Messaging &How to Use Macros (Copilot Studio) Power Pages: Enabling Private Messaging & How to Use Macros (Power Pages)

Users online (5,558)