Excel importer error in mendix 10.10

0
Getting the following error when trying to import the excel data in mendix 10.10   An error occurred while executing an action of ExcelImporter.Template_New_FromDocument.microflowButton1: Expected response body to be JSON. Instead received: "" Error: An error occurred while executing an action of ExcelImporter.Template_New_FromDocument.microflowButton1: Expected response body to be JSON. Instead received: ""    at http://localhost:8081/mxclientsystem/mxui/mxui.js?638504505608458700:61:174443    at ye (http://localhost:8081/mxclientsystem/mxui/mxui.js?638504505608458700:19:6830)    at i (http://localhost:8081/mxclientsystem/mxui/mxui.js?638504505608458700:19:6731)    at k (http://localhost:8081/mxclientsystem/mxui/mxui.js?638504505608458700:59:5099)  
asked
1 answers
1

Hi Kiran,

Looks like, your excel sheet has an issue, The error says you are getting a '' field, instead of some expected value.

Could you please have a look at your excel? Maybe the problem lies there.

Let me know,

Hope it helps!

answered