Data from API into Excel sheet shows "[List]" How to expand values in spreadsheet

no_name_needed

New Member
Joined
Jul 19, 2022
Messages
2
Office Version
  1. 365
Platform
  1. Windows
I pulled data into excel from an API. However, it shows as list then record. I need all records expanded when I close and load, but can't figure it out. A few screenshots to help see what I'm trying to work with:

queue.png

list.png

record.png

values needed.png


I need the values: id, ticket_id, user_id, reason, and created_at. I do not need updated_at and ticket. Now, I preface all of this with I am completely new to this and trying to learn and teach myself. I know I need to update the Power Automate but I'm not sure where to start. Any help is greatly appreciated here! I only have the basic where it's grabbing the source code from. I've looked at other posts but can't figure out how to alter what I've found to my API results.

VBA Code:
let
    Source = Json.Document(Web.Contents("https.....skips.json")),
        
in
    skips2
 

Excel Facts

Can you AutoAverage in Excel?
There is a drop-down next to the AutoSum symbol. Open the drop-down to choose AVERAGE, COUNT, MAX, or MIN

Forum statistics

Threads
1,215,338
Messages
6,124,343
Members
449,155
Latest member
ravioli44

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top