create template using excel import

1
I have created one button and call the microflow in that i have  used two microflows 1. Example_SetupImportTemplate and 2. sync object from Mx reflection and import template. so template is created see in below image. I want to set mendix object and reference to import objects in background using microflows. another one is, connect columns to attribute. so how can I achieve this?
asked
1 answers
0

From the ExcelImport Module use this microflow named as “Ch_Template_ChangeObjectType” to set mendix Object and call this page with the microflow- “MxModelReflection.MxObjectReference_Select” to reference to import object.

 

answered