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 / Breaking Json with squ...
Power Automate
Unanswered

Breaking Json with square brackets into curly brackets

(1) ShareShare
ReportReport
Posted on by 4

Hi everyone, I am trying to make the following Json structure

            "requestbody": {

                "Items": [

                    {

                        "Key1": "value1"

                    },

                    {

                        "key2": "value2"

                    }

                ]

            }

into

  "requestbody": {

                "Items": 

                    {

                        "Key1": "value1",

                        "key2": "value2"

                    },

            }

Categories:
I have the same question (0)
  • trice602 Profile Picture
    15,915 Super User 2026 Season 1 on at

    HI @JDCri ,

     

    Please try:

     

    {
     "requestbody": {
     "Items": {
     "Key1": "value1",
     "key2": "value2"
     }
     }
    }

     

  • JDCri Profile Picture
    4 on at

    @trice602  Sorry, I mean having the first Json as an input and return it as the second example, 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 86 Super User 2026 Season 1

#2
Haque Profile Picture

Haque 55

#3
Ellis Karim Profile Picture

Ellis Karim 53 Super User 2026 Season 1

Last 30 days Overall leaderboard