com.mendix.systemwideinterfaces.MendixRuntimeException: com.mendix.core.CoreException: Cannot create excel, because the inputobject isnt given. Expect: Product.Product at XLSReport.GenerateReport (JavaAction : GenerateExcelDoc)

0
I am having this error when i am trying to export to excel from an object called "Product". I am selecting that object as input object but still this error is happening. Can anyone tell me why this problem is happening?
asked
1 answers
0

You have to modify the microflow and pass a object of type "Product".

answered