In a list, data item is not loading all the records in the Agent Mobile AppIssue <!-- div.margin { padding: 10px 40px 40px 30px; } table.tocTable { border: 1px solid; border-color: #e0e0e0; background-color: #fff; } .title { color: #d1232b; font-weight: normal; font-size: 28px; } h1 { color: #d1232b; font-weight: normal; font-size: 21px; margin-bottom: 5px; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #cccccc; } h2 { color: #646464; font-weight: bold; font-size: 18px; } h3 { color: #000000; font-weight: bold; font-size: 16px; } h4 { color: #666666; font-weight: bold; font-size: 15px; } h5 { color: #000000; font-weight: bold; font-size: 13px; } h6 { color: #000000; font-weight: bold; font-size:14px; } ul, ol { margin-left: 0; list-style-position: outside; } --> Symptoms Data item is not loading all the records in the Agent Mobile App. Only a few records are returned when filters are applied to the loaded list in Mobile App. Release All available releases Cause The system property glide.sg.data_item.row_count sets the maximum number of rows retrieved for the table defined in the data item. The system accepts no value greater than 10000. This is due to performance reasons. Even if you try to change the value to 5000, the app may crash when you try to load the data item. Resolution A large number of records should not be loaded in the mobile app since all these records are loaded initially, it will cause performance issues in the app. You should have data items which does not load a large number of records as the users seldom scrolls through 1000s of records in Mobile. Additional Information https://docs.servicenow.com/csh?topicname=additional-mobile-configuration.html&version=latest