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

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / Create array of single...
Power Automate
Answered

Create array of single attribute from array of objects without looping

(0) ShareShare
ReportReport
Posted on by 31

I'm trying to go from this:

 

{
 "fruits": [
 {
 "name": "Apple",
 "price": 35
 },
 {
 "name": "Banana",
 "price": 12
 },
 {
 "name": "Grapes",
 "price": 45
 },
 {
 "name": "Pineapple",
 "price": 200
 }
 ]
}

 

 

To this:

 

[ "Apple", "Banana", "Grapes", "Pineapple" ]

 

 

Without looping through the first array. Any ideas on how to do that? Thanks!

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

    Like this:

    2021-04-14_13-36-40.png

    Create a select action. Put it into text mode. Expression for from is:

    outputs('Compose')['fruits']

    expression for map is:

    item()['name']

    output is:

    [
     "Apple",
     "Banana",
     "Grapes",
     "Pineapple"
    ]
  • cmilanelo Profile Picture
    31 on at

    That's exactly what I needed @Paulie78!

    Thank you a million!

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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 503 Super User 2025 Season 2

#2
Tomac Profile Picture

Tomac 321 Moderator

#3
abm abm Profile Picture

abm abm 237 Most Valuable Professional

Last 30 days Overall leaderboard