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 Apps / Error: Cannot convert ...
Power Apps
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:
I have the same question (0)

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 Apps

#1
WarrenBelz Profile Picture

WarrenBelz 717 Most Valuable Professional

#2
Michael E. Gernaey Profile Picture

Michael E. Gernaey 329 Super User 2025 Season 2

#3
Power Platform 1919 Profile Picture

Power Platform 1919 268

Last 30 days Overall leaderboard