Skip to main content
Community site session details

Community site session details

Session Id :
Power Automate - Building Flows
Unanswered

Problem saving HTTP Graph API call data from json to CSV file

(0) ShareShare
ReportReport
Posted on by 106

Hi Team,

Problem saving HTTP Graph API call data from json to CSV file. I am able to get the filtered data for Jail Broken devices list from managed devices from Graph API filtered data:

https://graph.microsoft.com/v1.0/deviceManagement/managedDevices?$filter=managementAgent eq 'mdm' and jailBroken eq 'True'

Parse JSON from HTTP data saved the schema properly & I could see there are 4 devices that came up, which is good. But I am not able to move the data from here to a CSV file. For each value from Parse Jason data is saved in CSV table. It will only take value as array content & not any object or other items. When I fixed this, its capturing all 4 items in the from section of csv table but sending Output for only one item. What exactly is missing here? Here are the snapshots:

arindam40_0-1671520954898.png

arindam40_1-1671521021877.png

Thanks

Arindam

  • AA-20080012-0 Profile Picture
    106 on at
    Re: Problem saving HTTP Graph API call data from json to CSV file

    Hi GrantJenkins,

    Thanks for your reply. It worked. 

    Thanks for your help.

     

    Thanks

    Arindam

     

  • grantjenkins Profile Picture
    11,059 Super User 2025 Season 1 on at
    Re: Problem saving HTTP Graph API call data from json to CSV file

    Directly after your Parse JSON you should have your Create CSV table taking in the output from Parse JSON. So the Create CSV table should NOT be within an Apply to each.

     

    body('Parse_JSON')?['value']

    grantjenkins_0-1671522112127.png

     

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