Excel Importer Limitations

0
Hello everyone, I concern about using module Excel Importer in marketplace. I have read the document of usage as well as searched on this forum but I cannot get the answer for below questions. 1. Is available /possible to import images in a excel file to database? 2. Is there any limitation about number of record(row) can be import?   Anyone have experience about the above issue?   There are the document that I have referred. https://docs.mendix.com/howto/integration/importing-excel-documents/ https://docs.mendix.com/appstore/modules/excel-importer/   Thank you.
asked
1 answers
0

Hi Pham,

- For importing images in excel you can refer below link,

            https://forum.mendix.com/link/questions/115510

- About limitation of number of record to import you can do this using microflow to limit the number record by → retrieving the list → count that list → in decision activity add check as $object>=500 like this  → depending on the output import the list.

Hope this helps you!

answered