web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / Value from Parse JSON ...
Power Automate
Answered

Value from Parse JSON action without specifying schema?

(0) ShareShare
ReportReport
Posted on by 140

Hi,

I need to pull a single value from a JSON-formatted string in a flow, passed in from Power Apps. Parse JSON requires the schema. But the schema is different in different strings, depending on the further action I want to do in the flow. It  Is there a way to pull a single value out, without specifying the JSON schema, similar to the JSON_VALUE() function in SQL Server?

Thanks!

Categories:
I have the same question (0)
  • Verified answer
    v-litu-msft Profile Picture
    Microsoft Employee on at

    Hi @TedBabcock,

     

    If the parse JSON schema is not always the same, but the value you want to extract within a same deep structure, you could use expression to get it instead of Parse JSON, for example:

    {

    "customerName":

    {

    "firstName": "Sophia",

    "surName": "Owen"

    }

    }

    I want to get the surName, the expression could be:

    json('{"customerName": {"firstName": "Sophia","surName": "Owen"}}')['customerName']['surName']

     

    Best Regards,
    Community Support Team _ Lin Tu
    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

  • TB-13091842-0 Profile Picture
    140 on at

    Thank you, @v-litu-msft ! I'm not very experienced in Power Automate, but I was sure there had to be a solution. 🙂

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Haque Profile Picture

Haque 552

#2
Valantis Profile Picture

Valantis 388

#3
11manish Profile Picture

11manish 375

Last 30 days Overall leaderboard