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 / How to convert string ...
Power Automate
Unanswered

How to convert string of properties into an object?

(0) ShareShare
ReportReport
Posted on by 9

Below the snippet is my Input. (Array of objects)

 

[
{"propName":"Prop1","propValue": "Prop1_Value"},
{"propName":"Prop2","propValue": "Prop2_Value"}
]

 

The final result should be like this object. [Output] (A single object with multiple properties)

 

{
"Prop1":"Prop1_Value",
"Prop2":"Prop2_Value"
}

 

I am able to convert the input object to strings(a string of properties) like below. But I don't know how to proceed further.

 

"{\"Prop1\":\"Prop1_Value\",\"Prop2\":\"Prop2_Value\"}"
"{Prop1:Prop1_Value,Prop2:Prop2_Value}"

 

Here the restriction is, I should not use any variable to iterate the input.
Can someone guide me to get an output for this scenario?

Categories:
I have the same question (0)
  • Paulie78 Profile Picture
    8,422 Moderator on at

    You can use the json() function to convert a string into a JSON. But you're going to need some quotes around the Properties.

  • kathiresans Profile Picture
    9 on at

    Could you please elaborate on how to use join to create JSON object here?

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 589

#2
Valantis Profile Picture

Valantis 328

#3
David_MA Profile Picture

David_MA 284 Super User 2026 Season 1

Last 30 days Overall leaderboard