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 / Updating nested value ...
Power Automate
Unanswered

Updating nested value using JSON & API

(0) ShareShare
ReportReport
Posted on by

HI,

 

I'm accessing data from an API, I can do get and put just fine,

The get looks like this

 

[{
"id": 1,
"summary": "Support1",
"Flag": false,
"Fields": [
{
"id": 2,
"value": "Something here"
},{
"id": 32,
"value": "Something Here"
}]
},{
"id": 2,
"summary": "Support2",
"Flag": true,
"Fields": [{
"id": 2,
"value": "Something here"
},{
"id": 32,
"value": "Something Here"
}]
}]

 

When I do a patch I successfully point it at the right record and can update the 'root' values, flag for example, but for the life of me I can't work out how to patch the nested element, say the 'value' of the Fields item 32.

 

[{
"op": "replace",
"path": "/Fields[2].value",
"value": "Something new"
}]

 

Anyone able to assist?

Categories:
I have the same question (0)
  • Nived_Nambiar Profile Picture
    18,136 Super User 2026 Season 1 on at

    Hi @AdamPlevin 

     

    did you tried like below

     

    {
    "id": 2,
    "summary": "Support2",
    "Flag": true,
    "Fields": [{
    "id": 2,
    "value": "Something here"
    },{
    "id": 32,
    "value": "updated value"
    }]

     

    See whether this works ?

     

    Thanks & Regards,

    Nived N 🚀

    LinkedIn: Nived N's LinkedIn
    YouTube: Nived N's YouTube Channel
    Blog: Nived Nambiar's Blogs

    🔍 Found my answer helpful? Please consider marking it as the solution!
    Your appreciation keeps me motivated. Thank you! 🙌

     

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!

Leaderboard > Power Automate

#1
David_MA Profile Picture

David_MA 262 Super User 2026 Season 1

#2
Haque Profile Picture

Haque 227

#3
Expiscornovus Profile Picture

Expiscornovus 225 Most Valuable Professional

Last 30 days Overall leaderboard