Forum Discussion
Anonymous
2 years agoNot applicable
Cannot convert a value of type Record to type Table
Hello, I keep getting the following error: Expression.Error: We cannot convert a value of type Record to type Table. Details: Value= $numberDouble=NaN Type=[Type] Here is my code: let ...
edhans
Community Champion
2 years agoI am not immediately seeing anything wrong with your code. I suspect the issue is in the Parsed JSON line and some of your data is returning records and not a table, so the expansion isn't working for those records.