Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Power Query
Unanswered

Error: Cannot convert a value of type Record to type List

(0) ShareShare
ReportReport
Posted on by

I've been using a web link to import some game data into Excel for several years now.  Recently, I started getting this message when I refresh the data:

 

Expression.Error: We cannot convert a value of type Record to type List.

 

Here is the code.  The full code is longer (renaming/removing columns), but this is where the error pops up.

 

 

 

let
 Source = Json.Document(Web.Contents("https://swgoh.gg/api/player/182854573/")),
 #"Converted to Table" = Record.ToTable(Source),
 Value = #"Converted to Table"{0}[Value],
 #"Converted to Table1" = Table.FromList(Value, Splitter.SplitByNothing(), null, null, ExtraValues.Error)
in
 #"Converted to Table1"

 

 

 

 

I've found a few other threads with similar issues, but unfortunately, I don't fully understand how the code works, so I'm not equipped to determine a solution on my own.

 

Anyone have possible solutions?

 

Thanks,

John

 

Categories:

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

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

🌸 Community Spring Festival 2025 Challenge Winners! 🌸

Congratulations to all our community participants!

Warren Belz – Community Spotlight

We are honored to recognize Warren Belz as our May 2025 Community…

Leaderboard > Power Apps - Power Query

#1
mmbr1606 Profile Picture

mmbr1606 9 Super User 2025 Season 1

#2
stampcoin Profile Picture

stampcoin 7

#3
SD-13050734-0 Profile Picture

SD-13050734-0 6

Overall leaderboard

Featured topics