Is anyone running into issues creating templates using Excel Exporter?

0
Hello!   I am running into issues creating/importing templates using the Excel Importer module. While creating the template and adding the attributes I get an error message in my local. I have not changed any part of the excel importer feature so I'm not sure why getting this message or how to fix. Can someone shed some light on this?  Also I'm using v 10.18.6 but the drop down only had 10.18.3   Thanks in advance  
asked
2 answers
5

Hello Daniela Drook,

 

1. Check the excel importer module is compatible with 10.18.6 if not select the correct version.

2. Try to create new template from scratch, it may be possible existing one is corrupted.

3. Check the MF IVK_Column_Save ,check parent object is committed before saving child objects.

 

4. Add log in  IVK_Column_Save and verify parent object are proper.

Mendix Community - Question Details

answered
0

Hi,

 

In IVK_Ciolumn_Save microflow make sure to commit the Column object and refresh the commit action.

 

image.png

answered