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 / Load JSON array to excel
Power Automate
Answered

Load JSON array to excel

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

Hi community,

 

I've been some days looking for a solution in the forum, but I cannot find a working one, sorry in advance.

 

I'm creating a flow that gets data from an API with an http request. The JSON output contains several transactions. I want to load all transactions into an excel file, but all I tried is always mentioning that the output is an object, and I need an array to insert in Excel. I tried to Parse the JSON, initiate a variable plus other solutions but nothing works.

 

My JSON looks like:

 

 

{
 "object": "list",
 "count": 2,
 "data": [
 {
 "id": "123",
 "amount": 6480,
 "currency": "eur"
 },
 {
 "id": "456",
 "amount": 7820,
 "currency": "eur"
 }
 ]
}

 

 

The main goal would be to insert both transactions in an excel table like:

 

IdAmountCurrency
1236480eur
4567820eur
Categories:
I have the same question (0)
  • Verified answer
    Community Power Platform Member Profile Picture
    Microsoft Employee on at

    Hi community,

     

    After all I found my own answer 🙂

     

    I wanted to share it here in case someone has the same doubt.

     

    Step 1. Create "Compose" action, using as Inputs body('HTTP')?['data']

    Step 2. Create "Apply to each" action, using previous outputs as the "Select an output from previous steps".

    Step 3. Create "Add a row into a table" inside the "Apply to each" container.

     

    Thanks and regards

     

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