Hello, I'm just starting out on the Rapid Learning Path and want to import the Excel sheet provided my Mendix with the User Stories to start the App, but it shows me an error that the cells have a limit of 200 characters and on the sheet there are cells with 300+. Is there a way to increase the character limit for this before importing the file, or do I have to reduce the characters on the cells?
asked
Maria Barcelos
1 answers
2
Increase the Character Limit:
- Open the domain model
- Locate the attributes corresponding to the columns causing the error.
- Change the length of these attributes to a larger value (e.g., 500 or unlimited).