Forum Discussion
[Expression.Error] We cannot convert a value of type List to type Record.
That is because in your data, beyond the first few hundred rows it initially looks at, there is a List embedded where it expects a Record. When you click Load More, it reads the entire data set until:
- it gets 1,000 values for the filter, at which point it stops
- It reads all of the records and populates the filter with what it found, not to exceed 1,000 records.
Yours stops when it encounters an error. It may not even be in that field. It just cannot process more.
On this table, tell it to Keep Errors.
The do a Refresh All so it reads everything. It should show you the record(s) that have the issue.
OK done now it returns a value of 758 on that column as has having errors, if I click the first entry I get the following:
- Jimmy8015 years ago
Community Champion
Hello Anonymous
is this column a calculated column? Probably there the error is coming from
BR
Jimmy
- Anonymous5 years agoNot applicable
Jimmy
No it is not a calculated column
Thanks
- Jimmy8015 years ago
Community Champion
Hello Anonymous
could you please post the m-code from advanced editor
BR
Jimmy