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

Season of Sharing Community Challenge Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Valantis Profile Picture

Valantis 289

#2
11manish Profile Picture

11manish 267

#3
David_MA Profile Picture

David_MA 205 Super User 2026 Season 1

Last 30 days Overall leaderboard