I'm new to the free trial/personal environment. Why is the database only letting 15 rows? I tried to add more data/rows but it does not display in the database in the service studio. Is this a free trial thing? If not, how to change the max rows/data that can be entered in a database?
Hello @Maple,
Please check the database space remain on your personal environment. There is a limit of 2 GB for database size for personal environment. Please refer the below posts to know more about configuration and how you can manage it.
https://success.outsystems.com/support/licensing/what_is_an_outsystems_personal_environment/
https://success.outsystems.com/support/troubleshooting/infrastructure_management/manage_the_database_space_of_your_personal_environment/
https://success.outsystems.com/documentation/best_practices/lifecycle/best_practices_for_a_tidy_and_clean_environment/
and for your second question regarding data view into the service studio - It does not show all the data. It's just the subset of the data from particular entity. If you want to view all the data use the solution as suggested into the below post or get all the data and display on the UI to view it.
https://www.outsystems.com/forums/discussion/50859/how-can-i-view-all-the-data-in-the-entity-from-service-studio/
Thanks,
Sachin
This helped! Thanks!