Import attributes into the entity

0
Hi,  I am new to the mx development. I have an entity (report table) which holds 100 attributes. Is there any way i can upload through the file? Excel Import or copy paste way where i can be quicker to add them? Thanks
asked
3 answers
2

I would suggest creating an API to bring in the data, then use the Call REST on a microflow. Then call that microflow on every startup.

answered
1

Yes. Use the https://marketplace.mendix.com/link/component/72 
Excel Importer Module. It is supported by Mendix and has a good track record of solving that specific issue. 

Docs: https://docs.mendix.com/appstore/modules/excel-importer

If you are starting from scratch use the “App from Excel Sheet” in app creation.
 

answered
0

in my opinion you will have to do it one by one

answered