Skip to main content
Community site session details

Community site session details

Session Id :
Power Automate - Building Flows
Unanswered

Manipulating Array Data into an Object

(0) ShareShare
ReportReport
Posted on by

Hi there, I am new to power automate and i am struggling to format data correctly

 

I have an array variable that is formatted the following following way:

 

["John", "John@mail.com", "Paul", "Paul@mail.com", "Steve", "Steve@mail.com"]

 

My goal is to format the data into an array of objects in the following format and parse it as JSON.

 

[
 {
 "name": "John",
 "email": "John@mail.com"
 },
 {
 "name": "Paul",
 "email": "Paul@mail.com"
 },
 {
 "name": "Steve",
 "email": "Steve@mail.com"
 }
]

 I tried using a conditional loop however I keep hitting issues, Is there a way to do this?

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

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 497 Super User 2025 Season 1

#2
David_MA Profile Picture

David_MA 436 Super User 2025 Season 1

#3
Riyaz_riz11 Profile Picture

Riyaz_riz11 244 Super User 2025 Season 1