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 Automate
Answered

Parse Json Action

(0) ShareShare
ReportReport
Posted on by
If a run a query to a Power BI dataset, that returns json format with many column rows, when creating a loop I want to get just 1 column values in the form of ["result1", "result2"] etc. But the only workaround that makes it to work is creating an empty array then with an apply to each action store the values I want in that Initialize a variable action. Is there a direct way to get the list as I want it?
Categories:
I have the same question (0)
  • Suggested answer
    NsL Coder Profile Picture
    475 Super User 2025 Season 2 on at
    this can be easily done with the Select data action.
     
    You can select ONE property of an object returned as an array.
  • Verified answer
    R_Nilakshan Profile Picture
    19 on at
    If your JSON is in the below format 
    [
        {
            "Code": "C-63ae2aa9",
            "Type": "Corporate",
            "businessUnit": "DST"
        },
        {
            "Code": "C-63ae2aa9",
            "Type": "Corporate",
            "businessUnit": "DST"
        },
        {
            "Code": "C-63ae2aa9",
            "Type": "Corporate",
            "businessUnit": "DST"
        }
    ]

    You can simply select the Dynamic content (Column) you want, that'll create a loop and execute

     

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