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

Load JSON array to excel

(0) ShareShare
ReportReport
Posted on by

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

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 525 Super User 2025 Season 2

#2
Tomac Profile Picture

Tomac 324 Moderator

#3
abm abm Profile Picture

abm abm 232 Most Valuable Professional

Last 30 days Overall leaderboard