File upload error

0
Hi I am trying to load an excel file to create an app however, there is an error saying that the file is more than 1000kb. Is there a restriction to load a file greater than 1000kb because I am using a trial version?   Regards, Tim
asked
1 answers
0

This limitation and others are documented here: https://docs.mendix.com/studio/start-with-data/#2-prerequisites

This is true for any app you want to create with an excel sheet.

What you could do is create the app from the tables without the data and then use the excel importer module from the appstore to import the data in the running application. A bit more work, but as close as you can be to the completely automated process.

answered