Excel Import/Export Template Losing Attribute Mappings

0
Hi everyone,We are facing an issue with the Excel Import/Export module in our Mendix application.We configured an Excel template after synchronizing MxModelReflection. Initially, the template works as expected, and the Excel export contains all configured data.However, after some time, a few specific attribute mappings disappear from the template configuration. The columns remain in the template, but since the attribute mapping is removed, those columns are exported as blank.We also exported the template from Environment1 and imported it into Environment2(Both environment has same code). During the import, the same specific attributes are not mapped, while all other attribute mappings are imported correctly.We have verified that:MxModelReflection is synchronized.The affected attributes exist in the domain model.The issue consistently occurs with the same attributes.Has anyone encountered a similar issue? Could this be related to MxModelReflection, internal attribute references, or a known issue with the Excel Import/Export module?Any suggestions would be appreciated.Excel Exporter - 8.0.0MxModel Reflection - 8.0.3
asked
1 answers
0

Have you changed anything about the attributes in the domain model (for instance, attribute name, type, permissions, etc.)? If so, the Model Reflection mappings will no longer be valid and those attributes will need to be re-added to the Excel Export template after synchronizing the model again in Model Reflection.

answered