Hello Stefan,
It looks like it breaks directly at the second row where your data is in, how did you configure your excel import template because it looks like that some excel fields do not have the right datattype compared to your template.
1. What you can do to solve it is first to compare your template with your excel, are there any mismatches in datatype
2. Check your excel on strange or unexpected data for example a number where a string should be or the other way around
3. If this is not solving it try to first map everything to a string value in your mendix application domain model so adjust your entity and then your template and change field by field backwards to see when the error occurs:
Other thing to check is if your MxReflectionmodule is up to date
Hope this helps
Good luck
Hey Stefan!
Could you check if the template configurations for the columns are mapped correctly, as in the attributes data types are correctly mentioned.
Additionally, check if mx model eflection is up to date and try again.
hope this helps!